BBMOD_Vec3.SetIndex

A function defined in BBMOD_Vec3.gml

SetIndex(_index, _value)

Description

Sets vector component in-place.

Arguments

Name Type Description
_index Real The index of the component, starting at 0.
_value Real The new value of the component.

Returns

Struct.BBMOD_Vec3 Returns self.

Throws

Do you find this page helpful?

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