# Set Gravity Of Text Tag

Grammar — Set the acceleration on the Z axis of tag|Text Tag to gravity coordinates per second squared
FlagsNative | Action

Sets the acceleration on the Z axis at which a text tag will adjust its velocity.

# Arguments

  • int [ preset::TextTag ] — Tag
  • fixed — Gravity

Returns — void

native void TextTagSetGravity(int inTag, fixed inGravity);

Category: Text Tag / Basic

# Examples

— None found —