Entity::setVisible: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
Line 10: Line 10:
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
// todo
// todo
entity.setVisible(toggle, 0);
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Entity_function_c}}
{{Entity_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Revision as of 17:38, 10 September 2019

unk was always 0.

Syntax

entity.setVisible(toggle, unk);

Required Arguments

  • toggle: Boolean
  • unk: Boolean

Return value

  • Undefined

Example

// todo
entity.setVisible(toggle, 0);

See also