xs_anglevectors

Syntax

stock xs_anglevectors(const Float:angles[3], Float:fwd[3], Float:right[3], Float:up[3])

Usage

angles
Angles to compute vectors from.
fwd
The vector to store the forward vector into.
right
The vector to store the right vector into.
up
The vector to store the up vector into.

Description

Computes forward, right and up vectors from given angles.

Return

This function has no return value.