xs_plane_set
Syntax
stock xs_plane_set(Float:plane[], Float:a, Float:b, Float:c, Float:d)
Usage
| Parameter | Description |
|---|---|
| plane | The plane to set the values to. It's a 4D vector. |
| a | The first component of a plane to be set. |
| b | The second component of a plane to be set. |
| c | The third component of a plane to be set. |
| d | The fouth component of a plane to be set. |
Description
Sets a plane to the specified values.
Return
This function has no return value.