Enum MessageType
The type for a big message.
Namespace: LemonUI.Scaleform
Assembly: LemonUI.SHVDN3.dll
Syntax
public enum MessageType
Fields
| Name | Description |
|---|---|
| CenteredLarge | Unknown where this one is used. Internally called SHOW_CENTERED_MP_MESSAGE_LARGE. |
| CopsAndCrooks | Development leftover from when GTA Online was Cops and Crooks. Internally called SHOW_BIG_MP_MESSAGE. |
| Customizable | A centered message with customizable text an d background colors. Internally called SHOW_SHARD_CENTERED_MP_MESSAGE. |
| MissionPassedOldGen | The Mission Passed screen on PS3 and Xbox 360. Internally called SHOW_MISSION_PASSED_MESSAGE. |
| Plane | Used on the GTA Online Freemode event announcements. Internally called SHOW_PLANE_MESSAGE. |
| RankUp | Used when you rank up on GTA Online. Internally called SHOW_SHARD_CREW_RANKUP_MP_MESSAGE. |
| Wasted | The Message Type shown on the Wasted screen. Internally called SHOW_SHARD_WASTED_MP_MESSAGE. |
| Weapon | Message shown when the player purchases a weapon. Internally called SHOW_WEAPON_PURCHASED. |