Monument Names API - v1.2.3
About This plugin returns details about a specific monument when passed a short name or prefab. Often times we work with plugins that output short names like airfield_1 or sphere_tank, but really we want the screen display to be names like Airfield and Dome. For Devs string displayName = MonumentNames?.Call("API_GetDisplayName", _shortName); string displayName = MonumentNames?.Call("API_GetDisplayNameFromPrefab", _prefabName); string shortname = MonumentNames?.Call("API_GetShortNameFromPrefab", ...
Product information
Free