Notification Player and number Displays a notification: %1 = Editable Entity name, %2 = given int converted to float devided by m_iNumberDivider SCR_NotificationData: m_iParam1 = editibleEntityID SCR_NotificationData: m_iParam2 = number.
More...
|
| ENotification | m_NotificationKey |
| |
| bool | m_bPriorityNotification |
| |
| ref SCR_UINotificationInfo | m_info |
| |
| const int | MAX_USERNAME_CHARACTERS = 32 |
| |
| bool | GetPlayerName (int playerID, out string playerName) |
| |
| bool | GetEditableEntityName (int entityRplID, out string entityName, bool useCharacterName=false) |
| |
| bool | IsPlayerFriendlyToLocalPlayer (int notificationPlayerID, bool friendlyIfNoFaction=false) |
| |
| bool | IsEntityFriendlyToLocalPlayer (IEntity notificationEntity, bool friendlyIfNoFaction=false) |
| |
| bool | GetFactionName (int factionIndex, out string factionName) |
| |
| bool | GetCharacterName (int entityRplID, out string format, out string firstname, out string alias, out string surname) |
| |
| bool | GetEntityCallsign (int rplID, out string callsign) |
| |
| bool | GetGroupNameFromGroupID (int playerGroupId, out string groupName) |
| |
| bool | GetInventoryItemName (RplId rplId, out string itemName) |
| |
| bool | CanSetPosition (SCR_NotificationData data) |
| |
| void | SetPositionDataEditablePlayer (int playerID, SCR_NotificationData data) |
| |
| void | SetPositionDataEditableEntity (int enditableEntityID, SCR_NotificationData data) |
| |
| ENotificationColor | GetFactionRelatedColorPlayer (int notificationPlayerID, ENotificationColor colorType) |
| |
| ENotificationColor | GetFactionRelatedColorEntity (int notificationEntityID, ENotificationColor colorType) |
| |
| bool | AreEntitiesFriendly (int entity1ID, bool entity1IsPlayer, int entity2ID, bool entity2IsPlayer) |
| |
| const LocalizedString | FRIENDLY_INDICATOR = "#AR-Notification_FriendlyIndicator" |
| | String used to indicate friendly entities together with the name eg: (Friendly) [PlayerName]. Used only if m_bAddFriendlyIndicator is true.
|
| |
| const LocalizedString | LOCAL_PLAYER_INDICATOR = "#AR-Notification_LocalPlayerIndicator" |
| |
| static const float | PLATFORM_ICON_SIZE = 2 |
| |
Notification Player and number Displays a notification: %1 = Editable Entity name, %2 = given int converted to float devided by m_iNumberDivider SCR_NotificationData: m_iParam1 = editibleEntityID SCR_NotificationData: m_iParam2 = number.
◆ GetText()
◆ m_bGetCharacterName
| bool SCR_NotificationEditableEntityAndNumber.m_bGetCharacterName |
|
protected |
◆ m_iNumberDivider
| int SCR_NotificationEditableEntityAndNumber.m_iNumberDivider |
|
protected |
The documentation for this interface was generated from the following file:
- Game/Network/Notifications/NotificationDisplayData/SCR_NotificationEditableEntityAndNumber.c