mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Eliminate DefineConsoleFunction
This commit is contained in:
parent
037d089c4d
commit
5bde18143f
55 changed files with 314 additions and 332 deletions
|
|
@ -638,7 +638,7 @@ void NetInterface::computeNetMD5(const NetAddress *address, U32 connectSequence,
|
|||
|
||||
ConsoleFunctionGroupBegin(NetInterface, "Global control functions for the netInterfaces.");
|
||||
|
||||
DefineConsoleFunction( allowConnections, void, ( bool allow ), , "allowConnections(bool allow)"
|
||||
DefineEngineFunction( allowConnections, void, ( bool allow ), , "allowConnections(bool allow)"
|
||||
"@brief Sets whether or not the global NetInterface allows connections from remote hosts.\n\n"
|
||||
|
||||
"@param allow Set to true to allow remote connections.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue