Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DamageRemapTile.c
Go to the documentation of this file.
2{
3 override bool _WB_GetCustomTitle(BaseContainer source, out string title)
4 {
5 string slotName;
7 source.Get("m_sMaterialSlotName", slotName);
8 source.Get("m_sMaterialName", resourceName);
10 {
11 array<string> strs = {};
12 resourceName.Split("/", strs, true);
13 resourceName = strs[strs.Count() - 1];
14 }
15
16 title = slotName + " | " + resourceName;
17 return true;
18 }
19}
ResourceName resourceName
Definition SCR_AIGroup.c:66