GetModalState

Prototype: GemRB.GetModalState (globalID)

Description: Gets an actor’s modal state. The modal states are listed in ie_modal.py.

Parameters:

  • globalID - party ID or global ID of the actor to use

Return value: state number

See also: SetModalState


Back to function index, GUIScript introduction.