/Resources/Scripts/FrontAI_Handler_onInit.lua
http://github.com/thebigbang/Face_Editor · Lua · 15 lines · 5 code · 1 blank · 9 comment · 0 complexity · 624169e062c60ec1bbcc2a58cc396e57 MD5 · raw file
- --------------------------------------------------------------------------------
- -- Handler.......... : onInit
- -- Author........... :
- -- Description...... :
- --------------------------------------------------------------------------------
- --------------------------------------------------------------------------------
- function FrontAI.onInit ( )
- --------------------------------------------------------------------------------
- this._getPosition (0)
- this.SelectObj ( )
- this.Load ( )
- --------------------------------------------------------------------------------
- end
- --------------------------------------------------------------------------------