equal
deleted
inserted
replaced
82 * `Angle`: Scale ratio. `1` = 100% |
82 * `Angle`: Scale ratio. `1` = 100% |
83 * `Frame`: If `0`, it is part of the landscape. If non-zero, it will align to the screen instead |
83 * `Frame`: If `0`, it is part of the landscape. If non-zero, it will align to the screen instead |
84 * `State`: Number to display |
84 * `State`: Number to display |
85 * `Timer`: Expiration timer |
85 * `Timer`: Expiration timer |
86 |
86 |
|
87 == `vgtSmallDamageTag` == |
|
88 Damage indicator, displays a damage value. Looks similar to `vgtHealthTag`, but is smaller. |
|
89 |
|
90 * `Damage`: Displayed value |
|
91 |
87 == `vgtSpeechBubble` == |
92 == `vgtSpeechBubble` == |
88 Displays a speech bubble. Use `HogSay` to spawn speech bubbles. |
93 Displays a speech bubble. Use `HogSay` to spawn speech bubbles. |
89 |
94 |
90 * `FrameTicks`: Speech bubble type (`SAY_SAY`, `SAY_THINK` or `SAY_SHOUT`) |
95 * `FrameTicks`: Speech bubble type (`SAY_SAY`, `SAY_THINK` or `SAY_SHOUT`) |
91 |
96 |