Skip to content

Vec_ToggleFixedSize

manuel villagran edited this page Oct 13, 2019 · 1 revision

Vec_ToggleFixedSize

:Vec_ToggleFixedSize(Vec:vec, bool:toggle)

Enables or disable if the vector has fixed size.

Params

  • Vec:vec The vector to toggle.
  • bool:toggle the value to set.

Returns

  • VEC_INVALID if the vector is invalid.
  • VEC_OK if success.

Notes

Clone this wiki locally