/Resources/Scripts/FrontAI_Handler_onInit.lua
Lua | 15 lines | 5 code | 1 blank | 9 comment | 0 complexity | 624169e062c60ec1bbcc2a58cc396e57 MD5 | raw file
1-------------------------------------------------------------------------------- 2-- Handler.......... : onInit 3-- Author........... : 4-- Description...... : 5-------------------------------------------------------------------------------- 6 7-------------------------------------------------------------------------------- 8function FrontAI.onInit ( ) 9-------------------------------------------------------------------------------- 10 this._getPosition (0) 11 this.SelectObj ( ) 12 this.Load ( ) 13-------------------------------------------------------------------------------- 14end 15--------------------------------------------------------------------------------