# Set Gravity Of Text Tag
Grammar — Set the acceleration on the Z axis of tag|Text Tag to gravity coordinates per second squared
Flags —Native|Action
Sets the acceleration on the Z axis at which a text tag will adjust its velocity.
# Arguments
int<preset::TextTag> — Tagfixed— Gravity
Returns — void
native void TextTagSetGravity(int inTag, fixed inGravity);
# Related
Category: Text Tag / Basic
- Create Text Tag —
int<preset::TextTag> — TextTagCreate - Last Created Text Tag —
int<preset::TextTag> — TextTagLastCreated - Show/Hide Text Tag —
void— TextTagShow - Text Tag Is Visible —
bool— TextTagVisible - Pause/Unpause Text Tag —
void— TextTagPause - Attach Text Tag To Unit —
void— TextTagAttachToUnit - Attach Text Tag To Unit Attach Point —
void— TextTagAttachToUnitPoint - Destroy Text Tag —
void— TextTagDestroy - Set Position Of Text Tag —
void— TextTagSetPosition - Set Velocity Of Text Tag —
void— TextTagSetVelocity - Set Gravity Of Text Tag —
void— TextTagSetGravity - Set Text Of Text Tag —
void— TextTagSetText - Set Time Of Text Tag —
void— TextTagSetTime
# Examples
— None found —