Comply to AMXX style for more consistency in a4e667e91410

Former-commit-id: 6a989a1857
This commit is contained in:
Vincent Herbet 2013-07-02 23:32:22 +02:00
parent 1e7a4d2727
commit 6c2655c841

View File

@ -556,7 +556,7 @@ enum
* @error Invalid entity. * @error Invalid entity.
* Invalid model pointer. * Invalid model pointer.
*/ */
native GetModelCollisionBox( entity, Float:mins[3], Float:maxs[3] ); native GetModelCollisionBox(entity, Float:mins[3], Float:maxs[3]);
/** /**
* Sets entity size to the models collision box. * Sets entity size to the models collision box.
@ -568,7 +568,7 @@ native GetModelCollisionBox( entity, Float:mins[3], Float:maxs[3] );
* @error Invalid entity. * @error Invalid entity.
* Invalid model pointer. * Invalid model pointer.
*/ */
native SetModelCollisionBox( entity ); native SetModelCollisionBox(entity);
/** /**
* Gets size of a model bounding box. * Gets size of a model bounding box.
@ -586,7 +586,7 @@ native SetModelCollisionBox( entity );
* @error Invalid entity. * @error Invalid entity.
* Invalid model pointer. * Invalid model pointer.
*/ */
native GetModelBoundingBox( entity, Float:mins[3], Float:maxs[3], sequence = Model_DefaultSize ); native GetModelBoundingBox(entity, Float:mins[3], Float:maxs[3], sequence = Model_DefaultSize);
/** /**
* Sets size to a model bounding box. * Sets size to a model bounding box.
@ -602,4 +602,4 @@ native GetModelBoundingBox( entity, Float:mins[3], Float:maxs[3], sequence = Mod
* @error Invalid entity. * @error Invalid entity.
* Invalid model pointer. * Invalid model pointer.
*/ */
native SetModelBoundingBox( index, sequence = Model_DefaultSize ); native SetModelBoundingBox(index, sequence = Model_DefaultSize);