Console output
#9
COMMAND and COMMANDN are macros that define cubescript idents.

COMMAND(myident, ARG_3STR);

Makes myident execute the C++ function "myident" with the three arguments being strings.

COMMANDN(myotherident, myident, ARG_3STR);

makes myotherident execute the C++ function "myident" with the three arguments being strings.

There is also ARG_NONE, ARG_1INT, ARG_1STR, and such.
Thanks given by:


Messages In This Thread
Console output - by Frogulis - 01 Jan 12, 09:06AM
RE: Console output - by tempest - 01 Jan 12, 11:54AM
RE: Console output - by Frogulis - 01 Jan 12, 12:20PM
RE: Console output - by tempest - 01 Jan 12, 08:21PM
RE: Console output - by V-Man - 01 Jan 12, 07:47PM
RE: Console output - by Frogulis - 02 Jan 12, 03:00AM
RE: Console output - by Ronald_Reagan - 02 Jan 12, 03:36AM
RE: Console output - by Frogulis - 02 Jan 12, 03:58AM
RE: Console output - by Ronald_Reagan - 02 Jan 12, 04:14AM
RE: Console output - by Frogulis - 02 Jan 12, 05:07AM
RE: Console output - by Ronald_Reagan - 02 Jan 12, 05:51AM