Contain the context of the calling of a function. More...
#include <ui_actions.h>
Data Fields | |
struct uiNode_s * | source |
qboolean | useCmdParam |
linkedList_t * | params |
int | paramNumber |
int | varPosition |
int | varNumber |
Contain the context of the calling of a function.
Definition at line 207 of file ui_actions.h.
Definition at line 213 of file ui_actions.h.
Referenced by UI_ExecuteCallAction(), UI_GetParam(), and UI_GetParamNumber().
Definition at line 212 of file ui_actions.h.
Referenced by UI_ExecuteCallAction(), and UI_GetParam().
struct uiNode_s* uiCallContext_s::source |
node owning the action
Definition at line 209 of file ui_actions.h.
Referenced by UI_CheckVisibility(), UI_ExecuteCallAction(), UI_ExecuteConFuncActions(), UI_ExecuteEventActions(), UI_ExecuteSetAction(), UI_GenInjectedString(), UI_GetNodeFromExpression(), and UI_KeyPressedInWindow().
is the function can use param from command line
Definition at line 211 of file ui_actions.h.
Referenced by UI_CheckVisibility(), UI_ExecuteCallAction(), UI_ExecuteConFuncActions(), UI_ExecuteEventActions(), UI_GetParam(), UI_GetParamNumber(), and UI_KeyPressedInWindow().
Definition at line 215 of file ui_actions.h.
Referenced by UI_ExecuteAction(), and UI_ExecuteCallAction().
Definition at line 214 of file ui_actions.h.
Referenced by UI_ExecuteAction(), UI_ExecuteCallAction(), and UI_GetVariable().