mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Eliminate ConsoleFunction and ConsoleMethod, replace with DefineEngineStringlyVariadic
This commit is contained in:
parent
6b524ae58a
commit
7d91d0a577
18 changed files with 112 additions and 84 deletions
|
|
@ -130,7 +130,7 @@ static inline F32 moveClamp(F32 v)
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
/// Construct and connect an AI connection object
|
||||
ConsoleFunction(aiConnect, S32 , 2, 20, "(...)"
|
||||
DefineEngineStringlyVariadicFunction(aiConnect, S32 , 2, 20, "(...)"
|
||||
"@brief Creates a new AIConnection, and passes arguments to its onConnect script callback.\n\n"
|
||||
"@returns The newly created AIConnection\n"
|
||||
"@see GameConnection for parameter information\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue