mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-27 08:09:31 +00:00
Eliminate ConsoleFunction and ConsoleMethod, replace with DefineEngineStringlyVariadic
This commit is contained in:
parent
323206a796
commit
bc435a3b33
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