GetPlayerWeaponMuzzleLocation

From Onset Developer Wiki
Revision as of 22:35, 29 September 2019 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|Gets the muzzle location of a weapon that a specific player is holding in world space.}} {{FuncSyntax|GetPlayerWeaponMuzzleLoc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetPlayerWeaponMuzzleLocation

Type: Function
Context: Client
Introduced: v1.0

Description

Gets the muzzle location of a weapon that a specific player is holding in world space.

Syntax

GetPlayerWeaponMuzzleLocation([, player])

Parameters

  • player (optional)
    The player identifier.

Return Value

  • Returns the muzzle location X, Y, Z in world space.

Example

__EDIT_ME__

See also

__EDIT_ME__