ISInterface:RemoveElement

From Lavish Software Wiki
Jump to navigation Jump to search

Syntax

  • bool RemoveElement(char *Name)

Purpose

To remove a HUD element

Usage

Parameters

  • char *Name
Name of the element to remove

Return Value

  • bool
Returns true on success, false on failure

Examples

Remove a HUD element

  • pISInterface->RemoveElement("fps");

See Also