AttachPlayerParachute: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|AttachPlayerParachute(player, bAttach)}} {{FuncParameters}} {{FuncParam|player|__EDIT_ME__}} {{Fun..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Server|1.0}} | {{Info|Function|Server|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Attach the specified player a parachute.}} | ||
{{FuncSyntax|AttachPlayerParachute(player, bAttach)}} | {{FuncSyntax|AttachPlayerParachute(player, bAttach)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|player| | {{FuncParam|player|The player identifier.}} | ||
{{FuncParam|bAttach| | {{FuncParam|bAttach|The boolean status.}} | ||
{{FuncReturnValue|__EDIT_ME__}} | {{FuncReturnValue|__EDIT_ME__}} | ||
== Example == | == Example == | ||
<syntaxhighlight lang="Lua> | |||
-- code | |||
</syntaxhighlight> | |||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
__EDIT_ME__ | __EDIT_ME__ |
Revision as of 15:13, 17 November 2019
Description
Attach the specified player a parachute.
Syntax
AttachPlayerParachute(player, bAttach)
Parameters
- player
The player identifier. - bAttach
The boolean status.
Return Value
- __EDIT_ME__
Example
-- code
See also
__EDIT_ME__