Parse Notification Number
Function: parseNotifNum
Visibility: private
Parameter: parseNotifNum($fileName)
Description:
This is an internal translator. notifNum will call this function to interpret the notifNum code to actual text notification with all the info needed to output it.
Parameters:
(required) - string - $fileName - The name of the file we want to load the notifications from (without extension), located at: \text\notifs\{language code}\ (actual file will be with php/xml extension).
(required) - string - $notifNum - The notification number.
(optional) - string|array|null - $externalVar - The external variant to use in this notification.
Return:
array - The specific notification including: $notifType,$authLevel,$notifTextRand.
Callable from (extended classes):
application: no
advanced: no
operators: no
api: no