Entity::setIsTargetPriority: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
 
Line 12: Line 12:
</syntaxhighlight>
</syntaxhighlight>
==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

Syntax

entity.setIsTargetPriority(p1, p2);

Required Arguments

  • p1: Boolean
  • p2: float

Return value

  • Undefined

Example

// todo

See also