mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Sqlite Console refactor, also rename param to make tooltip function more helpful
This commit is contained in:
parent
8633884145
commit
e5884c56a7
2 changed files with 125 additions and 121 deletions
|
|
@ -836,7 +836,7 @@ public:
|
|||
/// Define a call-in point for calling into the engine. Unlike with DefineEngineFunction, the statically
|
||||
/// callable function will be confined to the namespace of the given class.
|
||||
///
|
||||
/// @param name The name of the C++ class (or a registered export scope).
|
||||
/// @param classname The name of the C++ class (or a registered export scope).
|
||||
/// @param name The name of the method as it should be seen by the control layer.
|
||||
/// @param returnType The value type returned to the control layer.
|
||||
/// @param args The argument list as it would appear on the function definition
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue