HPL3/Amnesia: Rebirth/Scripting/cGuiGlobalShortcut

From Frictional Wiki
Jump to navigation Jump to search

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Fields

cGuiGlobalShortcut has no public fields.

Functions

Return Type Function And Description
bool Exec()
cKeyPress GetKey()
bool IsEnabled()
bool ProcessKeyPress(const cKeyPress &in aKey)
void SetEnabled(bool abX)
tString ToString()

Details

Exec

bool Exec()

Returns:

  • bool

GetKey

const cKeyPress& GetKey()

Returns:

  • const cKeyPress&

IsEnabled

bool IsEnabled()

Returns:

  • bool

ProcessKeyPress

bool ProcessKeyPress(const cKeyPress &in aKey)


Parameters

Returns:

  • bool

SetEnabled

void SetEnabled(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

ToString

tString ToString()

Returns:

  • tString

References

See all references...