Brain::registerWorldPointScriptBrain: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
Line 10: Line 10:
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
todo
// todo
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Brain_function_c}}
{{Brain_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Revision as of 20:59, 6 May 2017

Syntax

brain.registerWorldPointScriptBrain(p0, p1, p2);

Required Arguments

  • p0: unknown (to be checked)
  • p1: float
  • p2: unknown (to be checked)

Return value

  • Undefined

Example

// todo

See also