GetPlayerWeaponMuzzleLocation: Difference between revisions

From Onset Developer Wiki
(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...")
 
(No difference)

Latest revision as of 22:35, 29 September 2019

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__