feat: add initial People Playground mod development kit
This commit is contained in:
26
extracted_wiki_content/internalReference/formatattribute.txt
Normal file
26
extracted_wiki_content/internalReference/formatattribute.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/FormatAttribute.html
|
||||
Title: People Playground Modding - FormatAttribute
|
||||
==================================================
|
||||
|
||||
public class FormatAttribute
|
||||
Inherits Attribute
|
||||
No description provided
|
||||
Fields
|
||||
public readonly string Format
|
||||
string.Format will be called on the given value and the given string
|
||||
|
||||
public readonly float Multiplier
|
||||
No description provided
|
||||
|
||||
public readonly int DigitCount
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public (constructor) FormatAttribute(string format, float multiplier = 1, int digitCount = 0)
|
||||
No description provided
|
||||
|
||||
public string FormatString(float value)
|
||||
No description provided
|
||||
|
||||
public string FormatString(int value)
|
||||
No description provided
|
||||
Reference in New Issue
Block a user