feat: add initial People Playground mod development kit
This commit is contained in:
32
extracted_wiki_content/internalReference/empbehaviour.txt
Normal file
32
extracted_wiki_content/internalReference/empbehaviour.txt
Normal file
@@ -0,0 +1,32 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/EMPBehaviour.html
|
||||
Title: People Playground Modding - EMPBehaviour
|
||||
==================================================
|
||||
|
||||
public class EMPBehaviour
|
||||
Inherits MonoBehaviour, Messages.IUse
|
||||
No description provided
|
||||
Fields
|
||||
public float DamageChance
|
||||
[Range(0, 1)]
|
||||
No description provided
|
||||
|
||||
public float Range
|
||||
No description provided
|
||||
|
||||
public LayerMask ObjectLayers
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
public GameObject Effect
|
||||
[SkipSerialisation]
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public void Use(ActivationPropagation activation)
|
||||
No description provided
|
||||
|
||||
public void Activate()
|
||||
No description provided
|
||||
|
||||
public void SetRange(float f)
|
||||
No description provided
|
||||
Reference in New Issue
Block a user