Routines for act_dbbr.kb


GetActionsForEntity

File Name

act_dbbr.kb

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


GetActionsForESMDefaultEntity

File Name

act_dbbr.kb

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


GetActionsForProfile

File Name

act_dbbr.kb

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


GetSystemActionByAction

File Name

act_dbbr.kb

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


GetSystemActionByName

File Name

act_dbbr.kb

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


GetSystemActionRec

File Name

act_dbbr.kb

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


LoadAllSystemActions

File Name

act_dbbr.kb

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