message_const: Move TE_USERTRACER example into the comment block
This commit is contained in:
parent
4231c5a6ae
commit
08315a4329
|
@ -1073,8 +1073,6 @@ enum
|
||||||
* Larger message than the standard tracer, but allows some customization.
|
* Larger message than the standard tracer, but allows some customization.
|
||||||
*
|
*
|
||||||
* @note
|
* @note
|
||||||
*/
|
|
||||||
#define TE_USERTRACER 127
|
|
||||||
* write_byte(TE_USERTRACER)
|
* write_byte(TE_USERTRACER)
|
||||||
* write_coord(origin.x)
|
* write_coord(origin.x)
|
||||||
* write_coord(origin.y)
|
* write_coord(origin.y)
|
||||||
|
@ -1085,6 +1083,8 @@ enum
|
||||||
* write_byte(life * 10)
|
* write_byte(life * 10)
|
||||||
* write_byte(color) this is an index into an array of color vectors in the engine. (0 - )
|
* write_byte(color) this is an index into an array of color vectors in the engine. (0 - )
|
||||||
* write_byte(length * 10)
|
* write_byte(length * 10)
|
||||||
|
*/
|
||||||
|
#define TE_USERTRACER 127
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @endsection
|
* @endsection
|
||||||
|
|
Loading…
Reference in New Issue
Block a user