feat: add initial People Playground mod development kit

This commit is contained in:
2026-01-06 06:35:51 +03:00
parent b89c805060
commit b4c22a7c63
1095 changed files with 40281 additions and 1 deletions

View File

@@ -0,0 +1,47 @@
URL: https://wiki.studiominus.nl/internalReference/MapInternals.html
Title: People Playground Modding - MapInternals
==================================================
public class MapInternals
[Serializable]
No description provided
Nested types
MapInternals.MapObjectInternal
MapInternals.EditorMapInfo
Fields
public const string FileExtension
No description provided
Constant value: ".jaap"
public MapMetaData Data
No description provided
public MapObjectInternal[] MapObjects
No description provided
public LightmapObject[] Lightmaps
No description provided
public MapProperties MapProperties
No description provided
public EditorMapInfo MapInfo
[NonSerialized]
No description provided
public Map Map
[NonSerialized]
No description provided
Methods
public (constructor) MapInternals(MapProperties prop, List<MapEditorSelectable> mapObjects, List<LightmapObject> lightmaps)
No description provided
public (constructor) MapInternals()
No description provided
public void Update(MapProperties prop, List<MapEditorSelectable> mapObjects, List<LightmapObject> lightmaps)
No description provided
public static uint GetUniqueAddress()
No description provided