feat: add initial People Playground mod development kit

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

View File

@@ -0,0 +1,23 @@
URL: https://wiki.studiominus.nl/internalReference/MapLiftBehaviour.html
Title: People Playground Modding - MapLiftBehaviour
==================================================
public class MapLiftBehaviour
Inherits MonoBehaviour
Controls the lift on the map (Substructure)
Fields
public List<float> Floors
The joint translations of each floor
public int TargetFloorIndex
The index of the Floors list to move towards
public float MotorSpeedMultiplier
The maximum movement speed of the lift
Methods
public void SetFloor(int i)
No description provided
public void EmergencyStop()
No description provided