AttachPlayerParachute: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 17: Line 17:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
{{ServerPlayerFunctions}}

Revision as of 20:07, 27 May 2021

AttachPlayerParachute

Type: Function
Context: Server
Introduced: v1.0

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