- Joined
- May 3, 2016
- Messages
- 3,085
- Solutions
- 7
- Reaction score
- 2,456
- Points
- 145
- Favorite Pinball Machine
- Attack From Mars
You guys may already know this but for those that don't, I asked Rav what the difference is between the following 2 subroutines. It seems like they should both start at about the same time.
Sub BAM_Init()
Sub FuturePinball_BeginPlay()
Rav answered by saying:
They are almost same thing.
Only difference is that BAM_Init is executed after 3 rendered frames, after BAM is fully initated.
FuturePinball_BeginPlay() is executed before BAM is full ready to work.
Some BAM functions will not work if you execute it from FuturePinball_BeginPlay but will work from BAM_Init.
Sub BAM_Init()
Sub FuturePinball_BeginPlay()
Rav answered by saying:
They are almost same thing.
Only difference is that BAM_Init is executed after 3 rendered frames, after BAM is fully initated.
FuturePinball_BeginPlay() is executed before BAM is full ready to work.
Some BAM functions will not work if you execute it from FuturePinball_BeginPlay but will work from BAM_Init.