mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Engine directory for ticket #1
This commit is contained in:
parent
352279af7a
commit
7dbfe6994d
3795 changed files with 1363358 additions and 0 deletions
48
Engine/lib/Torque3D/msvc/torque3d.def
Normal file
48
Engine/lib/Torque3D/msvc/torque3d.def
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
EXPORTS
|
||||
|
||||
torque_engineinit
|
||||
torque_enginetick
|
||||
torque_enginesignalshutdown
|
||||
torque_engineshutdown
|
||||
torque_setwebdeployment
|
||||
torque_reset
|
||||
torque_getvariable
|
||||
torque_setvariable
|
||||
torque_evaluate
|
||||
torque_exportstringcallback
|
||||
torque_callscriptfunction
|
||||
torque_addsecurefunction
|
||||
torque_callsecurefunction
|
||||
torque_resizewindow
|
||||
torque_winmain
|
||||
torque_gethwnd
|
||||
torque_directmessage
|
||||
|
||||
D3D_GetBackBufferNoRef
|
||||
|
||||
SimObject_GetName
|
||||
SimObject_GetId
|
||||
SimObject_GetClassName
|
||||
SimObject_GetFieldList
|
||||
SimObject_IsLocked
|
||||
SimObject_SetDataField
|
||||
SimObject_GetDataField
|
||||
SimObject_InspectPreApply
|
||||
SimObject_InspectPostApply
|
||||
Con_AddConsumer
|
||||
Con_RemoveConsumer
|
||||
Con_AddCommand_String
|
||||
ConsoleBaseType_GetTypeById
|
||||
ConsoleBaseType_GetTypeId
|
||||
ConsoleBaseType_GetTypeSize
|
||||
ConsoleBaseType_GetTypeName
|
||||
ConsoleBaseType_GetInspectorFieldType
|
||||
ConsoleBaseType_SetData
|
||||
ConsoleBaseType_GetData
|
||||
AbstractClassRep_GetCommonParent
|
||||
AbstractClassRep_FindClassRep
|
||||
AbstractClassRep_GetFieldStructSize
|
||||
Sim_FindObjectByString
|
||||
Sim_FindObjectById
|
||||
SimSet_Begin
|
||||
SimSet_End
|
||||
79
Engine/lib/Torque3D/msvc/torque3d_scripting.def
Normal file
79
Engine/lib/Torque3D/msvc/torque3d_scripting.def
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
EXPORTS
|
||||
|
||||
torque_engineinit
|
||||
torque_enginetick
|
||||
torque_enginesignalshutdown
|
||||
torque_engineshutdown
|
||||
torque_setwebdeployment
|
||||
torque_reset
|
||||
torque_getvariable
|
||||
torque_setvariable
|
||||
torque_evaluate
|
||||
torque_exportstringcallback
|
||||
torque_callscriptfunction
|
||||
torque_addsecurefunction
|
||||
torque_callsecurefunction
|
||||
torque_resizewindow
|
||||
torque_winmain
|
||||
torque_gethwnd
|
||||
torque_directmessage
|
||||
|
||||
script_getconsolexml
|
||||
|
||||
script_get_namespace_entry
|
||||
script_get_stringtable_entry
|
||||
|
||||
script_call_namespace_entry_string
|
||||
script_call_namespace_entry_void
|
||||
script_call_namespace_entry_bool
|
||||
script_call_namespace_entry_float
|
||||
script_call_namespace_entry_int
|
||||
|
||||
script_simobject_get_id
|
||||
script_simobject_find
|
||||
|
||||
script_simobject_getfield_string
|
||||
script_simobject_setfield_string
|
||||
script_simobject_getfield_bool
|
||||
script_simobject_setfield_bool
|
||||
script_simobject_getfield_int
|
||||
script_simobject_setfield_int
|
||||
script_simobject_getfield_float
|
||||
script_simobject_setfield_float
|
||||
|
||||
script_export_callback_void
|
||||
script_export_callback_string
|
||||
script_export_callback_int
|
||||
script_export_callback_float
|
||||
script_export_callback_bool
|
||||
|
||||
script_input_event
|
||||
|
||||
D3D_GetBackBufferNoRef
|
||||
|
||||
SimObject_GetName
|
||||
SimObject_GetId
|
||||
SimObject_GetClassName
|
||||
SimObject_GetFieldList
|
||||
SimObject_IsLocked
|
||||
SimObject_SetDataField
|
||||
SimObject_GetDataField
|
||||
SimObject_InspectPreApply
|
||||
SimObject_InspectPostApply
|
||||
Con_AddConsumer
|
||||
Con_RemoveConsumer
|
||||
Con_AddCommand_String
|
||||
ConsoleBaseType_GetTypeById
|
||||
ConsoleBaseType_GetTypeId
|
||||
ConsoleBaseType_GetTypeSize
|
||||
ConsoleBaseType_GetTypeName
|
||||
ConsoleBaseType_GetInspectorFieldType
|
||||
ConsoleBaseType_SetData
|
||||
ConsoleBaseType_GetData
|
||||
AbstractClassRep_GetCommonParent
|
||||
AbstractClassRep_FindClassRep
|
||||
AbstractClassRep_GetFieldStructSize
|
||||
Sim_FindObjectByString
|
||||
Sim_FindObjectById
|
||||
SimSet_Begin
|
||||
SimSet_End
|
||||
Loading…
Add table
Add a link
Reference in a new issue