BBMOD_Vec3.Set

A function defined in BBMOD_Vec3.gml

Set([_x[, _y, _z]])

Description

Sets vector components in-place.

Arguments

Name Type Description
_x Real The new value of the first component. Defaults to 0.
_y Real The new value of the second component. Defaults to _x.
_z Real The new value of the third component. Defaults to _x.

Returns

Struct.BBMOD_Vec3 Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.