File Name
Syntax
GetActionsForEntity ( VAL entity: EntityRecord): LIST OF SystemActionsRecord
Parameters
entity - EntityRecord
Returns
A system action record to the calling function
Side Effects
None
Description
This function returns a system action record to the calling function.
Dialog Forms Called
None
File Name
Syntax
GetActionsForESMDefaultEntity: LIST OF SystemActionsRecord
Parameters
None
Returns
A list of system action records to the calling function
Side Effects
None
Description
This function returns a list of system action records to the calling function.
Dialog Forms Called
None
File Name
Syntax
GetActionsForProfile ( VAL profile: ProfileRecord): LIST OF SystemActionsRecord
Parameters
profile - ProfileRecord
Returns
A system action record to the calling function
Side Effects
None
Description
This function returns a system action record to the calling function.
Dialog Forms Called
None
File Name
Syntax
GetSystemActionByAction(VAL action: STRING): SystemActionsRecord
Parameters
action - action performed for system action
Returns
A system action record to the calling function
Side Effects
None
Description
This function returns a system action record to the calling function.
Dialog Forms Called
None
File Name
Syntax
GetSystemActionByName(VAL action_name: STRING): SystemActionsRecord
Parameters
action_name - name of system action
Returns
A system action record to the calling function
Side Effects
None
Description
This function returns a system action record to the calling function.
Dialog Forms Called
None
File Name
Syntax
GetSystemActionRec(VAL action_id: INTEGER): SystemActionsRecord
Parameters
action_id - integer
Returns
A system action record to the calling function
Side Effects
None
Description
This function returns a system action record to the calling function.
Dialog Forms Called
None
File Name
Syntax
LoadAllSystemActions: LIST OF SystemActionsRecord
Parameters
None
Returns
A list of system action records to the calling function
Side Effects
None
Description
This function returns a list of system action records to the calling function.
Dialog Forms Called
None