63 lines
1.4 KiB
Plaintext
63 lines
1.4 KiB
Plaintext
URL: https://wiki.studiominus.nl/internalReference/MapMetaData.html
|
|
Title: People Playground Modding - MapMetaData
|
|
==================================================
|
|
|
|
public class MapMetaData
|
|
[Serializable]
|
|
No description provided
|
|
Fields
|
|
public static Dictionary<MapMetaData, Sprite> ThumbnailStorage
|
|
No description provided
|
|
|
|
public const string FileExtension
|
|
No description provided
|
|
Constant value: ".jaap"
|
|
|
|
public string UniqueMapID
|
|
Unique ID used by the data folder for the map
|
|
|
|
public uint Key
|
|
The Author's Steam ID
|
|
|
|
public uint KeyHole
|
|
The Author's Steam ID bitshifted to the right by one and reversed
|
|
|
|
public string Version
|
|
No description provided
|
|
|
|
public ulong PublishedFileID
|
|
No description provided
|
|
|
|
public string PathToDataFile
|
|
[System.NonSerialized]
|
|
File path to the map's data file (Contains both metadata and data of map)
|
|
|
|
public string PathToThumbnail
|
|
[System.NonSerialized]
|
|
File path to the map's thumbnail
|
|
|
|
Properties
|
|
public bool IsCurrentVersion
|
|
No description provided
|
|
|
|
Methods
|
|
public (constructor) MapMetaData(string uniqueID, uint steamUserID)
|
|
No description provided
|
|
|
|
public (constructor) MapMetaData()
|
|
No description provided
|
|
|
|
public bool CanOpenDoor()
|
|
Checks if the key fits into the keyhole
|
|
|
|
public static string GetGenericPath(string name)
|
|
No description provided
|
|
|
|
public static string GetPath(string name)
|
|
No description provided
|
|
|
|
public long GetSizeOnDisk()
|
|
No description provided
|
|
|
|
public Sprite GetThumbnail()
|
|
No description provided |