/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

  1. --------------------------------------------------------------------------------
  2. -- Handler.......... : onInit
  3. -- Author........... :
  4. -- Description...... :
  5. --------------------------------------------------------------------------------
  6. --------------------------------------------------------------------------------
  7. function FrontAI.onInit ( )
  8. --------------------------------------------------------------------------------
  9. this._getPosition (0)
  10. this.SelectObj ( )
  11. this.Load ( )
  12. --------------------------------------------------------------------------------
  13. end
  14. --------------------------------------------------------------------------------