|
orxDLLAPI orxSTATUS orxFASTCALL | orxCommand_AddAlias (const orxSTRING _zAlias, const orxSTRING _zCommand, const orxSTRING _zArgs) |
|
orxDLLAPI orxCOMMAND_VAR *orxFASTCALL | orxCommand_Evaluate (const orxSTRING _zCommandLine, orxCOMMAND_VAR *_pstResult) |
|
orxDLLAPI orxCOMMAND_VAR *orxFASTCALL | orxCommand_Execute (const orxSTRING _zCommand, orxU32 _u32ArgNumber, const orxCOMMAND_VAR *_astArgList, orxCOMMAND_VAR *_pstResult) |
|
orxDLLAPI void orxFASTCALL | orxCommand_Exit () |
|
orxDLLAPI const orxSTRING orxFASTCALL | orxCommand_GetNext (const orxSTRING _zBase, const orxSTRING _zPrevious, orxU32 *_pu32CommonLength) |
|
orxDLLAPI const orxSTRING orxFASTCALL | orxCommand_GetPrototype (const orxSTRING _zCommand) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxCommand_Init () |
|
orxDLLAPI orxBOOL orxFASTCALL | orxCommand_IsAlias (const orxSTRING _zAlias) |
|
orxDLLAPI orxBOOL orxFASTCALL | orxCommand_IsRegistered (const orxSTRING _zCommand) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxCommand_ParseNumericalArguments (orxU32 _u32ArgNumber, const orxCOMMAND_VAR *_astArgList, orxCOMMAND_VAR *_astOperandList) |
|
orxDLLAPI orxU32 orxFASTCALL | orxCommand_PrintVar (orxSTRING _zDstString, orxU32 _u32Size, const orxCOMMAND_VAR *_pstVar) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxCommand_Register (const orxSTRING _zCommand, const orxCOMMAND_FUNCTION _pfnFunction, orxU32 _u32RequiredParamNumber, orxU32 _u32OptionalParamNumber, const orxCOMMAND_VAR_DEF *_astParamList, const orxCOMMAND_VAR_DEF *_pstResult) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxCommand_RemoveAlias (const orxSTRING _zAlias) |
|
orxDLLAPI void orxFASTCALL | orxCommand_Setup () |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxCommand_Unregister (const orxSTRING _zCommand) |
|