Entity::setVisible: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
 
Line 13: Line 13:


==See also==
==See also==
{{Entity_function_c}}
{{Entity_definition_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 18:10, 1 May 2024

unk was always false.

Syntax

entity.setVisible(toggle, unk);

Required Arguments

  • toggle: Boolean
  • unk: Boolean

Return value

  • Undefined

Example

entity.setVisible(toggle, false);

See also