feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/BloodContainer_RefFloat.html
|
||||
Title: People Playground Modding - BloodContainer.RefFloat
|
||||
==================================================
|
||||
|
||||
public class RefFloat
|
||||
This nested type resides in BloodContainer
|
||||
Okay google what are pointers
|
||||
Fields
|
||||
public float Previous
|
||||
No description provided
|
||||
|
||||
Properties
|
||||
public float Raw { get; set; }
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public bool HasIncreased(float threshold = 0.0001f)
|
||||
No description provided
|
||||
|
||||
public bool HasDecreased(float threshold = 0.0001f)
|
||||
No description provided
|
||||
|
||||
public bool HasChanged(float threshold = 0.0001f)
|
||||
No description provided
|
||||
|
||||
public (constructor) RefFloat(float v)
|
||||
No description provided
|
||||
Reference in New Issue
Block a user