feat: add initial People Playground mod development kit
This commit is contained in:
28
extracted_wiki_content/internalReference/shot.txt
Normal file
28
extracted_wiki_content/internalReference/shot.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/Shot.html
|
||||
Title: People Playground Modding - Shot
|
||||
==================================================
|
||||
|
||||
public struct Shot
|
||||
No description provided
|
||||
Fields
|
||||
public Vector2 normal
|
||||
No description provided
|
||||
|
||||
public Vector2 point
|
||||
No description provided
|
||||
|
||||
public float damage
|
||||
No description provided
|
||||
|
||||
public Cartridge cartridge
|
||||
No description provided
|
||||
|
||||
public bool CanCrush
|
||||
No description provided
|
||||
|
||||
public bool triggersExplosiveOverride
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public (constructor) Shot(Vector2 normal, Vector2 point, float damage, bool triggerExplosiveOverride = true, Cartridge cartridge = null)
|
||||
No description provided
|
||||
Reference in New Issue
Block a user