Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 420 Bytes

gna.md

File metadata and controls

35 lines (20 loc) · 420 Bytes

LocalPlayer.GetNeedsAir

local needsair = LocalPlayer.GetNeedsAir();

Description

Returns if the player needs air or not

Parameters

N/A

Return Value

Returns if the player needs air or not

LocalPlayer.SetNeedsAir

LocalPlayer.SetNeedsAir(false);

Description

Sets if the player needs air or not

Parameters

  • needsair: does the player need air [bool]

Return Value

N/A