torque3d_scripting.def 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. EXPORTS
  2. torque_engineinit
  3. torque_enginetick
  4. torque_enginesignalshutdown
  5. torque_engineshutdown
  6. torque_setwebdeployment
  7. torque_reset
  8. torque_getvariable
  9. torque_setvariable
  10. torque_evaluate
  11. torque_exportstringcallback
  12. torque_callscriptfunction
  13. torque_addsecurefunction
  14. torque_callsecurefunction
  15. torque_resizewindow
  16. torque_winmain
  17. torque_gethwnd
  18. torque_directmessage
  19. script_getconsolexml
  20. script_get_namespace_entry
  21. script_get_stringtable_entry
  22. script_call_namespace_entry_string
  23. script_call_namespace_entry_void
  24. script_call_namespace_entry_bool
  25. script_call_namespace_entry_float
  26. script_call_namespace_entry_int
  27. script_simobject_get_id
  28. script_simobject_find
  29. script_simobject_getfield_string
  30. script_simobject_setfield_string
  31. script_simobject_getfield_bool
  32. script_simobject_setfield_bool
  33. script_simobject_getfield_int
  34. script_simobject_setfield_int
  35. script_simobject_getfield_float
  36. script_simobject_setfield_float
  37. script_export_callback_void
  38. script_export_callback_string
  39. script_export_callback_int
  40. script_export_callback_float
  41. script_export_callback_bool
  42. script_input_event
  43. D3D_GetBackBufferNoRef
  44. SimObject_GetName
  45. SimObject_GetId
  46. SimObject_GetClassName
  47. SimObject_GetFieldList
  48. SimObject_IsLocked
  49. SimObject_SetDataField
  50. SimObject_GetDataField
  51. SimObject_InspectPreApply
  52. SimObject_InspectPostApply
  53. Con_AddConsumer
  54. Con_RemoveConsumer
  55. Con_AddCommand_String
  56. ConsoleBaseType_GetTypeById
  57. ConsoleBaseType_GetTypeId
  58. ConsoleBaseType_GetTypeSize
  59. ConsoleBaseType_GetTypeName
  60. ConsoleBaseType_GetInspectorFieldType
  61. ConsoleBaseType_SetData
  62. ConsoleBaseType_GetData
  63. AbstractClassRep_GetCommonParent
  64. AbstractClassRep_FindClassRep
  65. AbstractClassRep_GetFieldStructSize
  66. Sim_FindObjectByString
  67. Sim_FindObjectById
  68. SimSet_Begin
  69. SimSet_End