native entity_set_size(index, const Float:mins[3], const Float:maxs[3]);
index | Entity index |
mins | Vector containing the minimum point relative to the origin |
maxs | Vector containing the maximum point relative to the origin |
Sets the size of the entity bounding box, as described by the minimum and maximum vectors relative to the origin.
This function has no return value.
If an invalid entity index is provided, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.