Brain::registerObjectScriptBrain: Difference between revisions
(yay) |
(yay) |
||
| Line 13: | Line 13: | ||
==Example== | ==Example== | ||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
todo | // todo | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==See also== | ==See also== | ||
{{ | {{Brain_s_function_c}} | ||
[[Category:Clientside API]] | [[Category:Clientside API]] | ||
[[Category:TODO: Example]] | [[Category:TODO: Example]] | ||
Revision as of 20:59, 6 May 2017
Registers a script for any object with a specific model hash.
BRAIN::REGISTER_OBJECT_SCRIPT_BRAIN('ob_telescope', ${prop_telescope_01}, 100, 4.0, -1, 9);
- Nacorpio
Syntax
brain.registerObjectScriptBrain(scriptName, p1, p2, p3, p4, p5);
Required Arguments
- scriptName: String
- p1: Model hash or name
- p2: int
- p3: float
- p4: int
- p5: int
Return value
- Undefined
Example
// todo