Files
ppg-modkit/extracted_wiki_content/internalReference/bloodcontainer_reffloat.txt

27 lines
706 B
Plaintext

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