mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
more console refactor.
This commit is contained in:
parent
5e81c021f5
commit
50df52ecfc
15 changed files with 150 additions and 158 deletions
|
|
@ -150,7 +150,7 @@ public:
|
|||
void clear();
|
||||
|
||||
///
|
||||
ConsoleValueRef execute(S32 argc, ConsoleValueRef* argv, ExprEvalState* state);
|
||||
ConsoleValue execute(S32 argc, ConsoleValue* argv, ExprEvalState* state);
|
||||
|
||||
/// Return a one-line documentation text string for the function.
|
||||
String getBriefDescription(String* outRemainingDocText = NULL) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue