Skip to content

Commit

Permalink
massivecommit
Browse files Browse the repository at this point in the history
  • Loading branch information
AutumnThyme committed Feb 6, 2025
1 parent aa27126 commit 43a6889
Show file tree
Hide file tree
Showing 72 changed files with 332 additions and 59 deletions.
4 changes: 2 additions & 2 deletions Assets/Docs/objects/Character.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Character
Inherits from object
## Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|Name|[String](../static/String.md)|False|Character's name.|
|Guild|[String](../static/String.md)|False|Character's guild.|
Expand All @@ -27,7 +27,7 @@ Inherits from object
|CustomDamage|int|False|Amount of custom damage to deal per attack.|
|CurrentAnimation|[String](../static/String.md)|False|Character's current playing animation.|
|Grounded|bool|False|Character's grounded status.|
## Methods<style onload="alert('test');"/>
## Methods
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>|
|---|---|---|
|GetKilled(killer : [String](../static/String.md))|none|Kills the character. Callable by non-owners.|
Expand Down
7 changes: 7 additions & 0 deletions Assets/Docs/objects/Character.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Assets/Docs/objects/Collider.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Collider
Inherits from object
## Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|AttachedArticulationBody|[Transform](../objects/Transform.md)|False||
|ContactOffset|float|False||
Expand All @@ -15,7 +15,7 @@ Inherits from object
|SharedMaterialName|[String](../static/String.md)|False||
|Transform|[Transform](../objects/Transform.md)|False||
|GameObjectTransform|[Transform](../objects/Transform.md)|False||
## Methods<style onload="alert('test');"/>
## Methods
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>|
|---|---|---|
|ClosestPoint(position : [Vector3](../objects/Vector3.md))|[Vector3](../objects/Vector3.md)||
Expand Down
7 changes: 7 additions & 0 deletions Assets/Docs/objects/Collider.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Assets/Docs/objects/Collision.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Collision
Inherits from object
## Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|Collider|[Collider](../objects/Collider.md)|False||
|Impulse|[Vector3](../objects/Vector3.md)|False||
|RelativeVelocity|[Vector3](../objects/Vector3.md)|False||
## Methods<style onload="alert('test');"/>
## Methods
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>|
|---|---|---|
|GetContact(index : int)|none||
Expand Down
7 changes: 7 additions & 0 deletions Assets/Docs/objects/Collision.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Assets/Docs/objects/Color.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Color
Inherits from object
## Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|R|int|False|Red component of the color|
|G|int|False|Green component of the color|
|B|int|False|Blue component of the color|
|A|int|False|Alpha component of the color|
## Methods<style onload="alert('test');"/>
## Methods
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>|
|---|---|---|
|ToHexString()|[String](../static/String.md)|Converts the color to a hex string|
Expand Down
7 changes: 7 additions & 0 deletions Assets/Docs/objects/Color.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Assets/Docs/objects/Dict.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Inherits from object
example = Dict()
```
## Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|Count|int|False|Number of elements in the dictionary|
|Keys|[List](../objects/List.md)|False|Keys in the dictionary|
|Values|[List](../objects/List.md)|False|Values in the dictionary|
## Methods<style onload="alert('test');"/>
## Methods
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>|
|---|---|---|
|Clear()|none|Clears the dictionary|
Expand Down
7 changes: 7 additions & 0 deletions Assets/Docs/objects/Dict.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Assets/Docs/objects/Human.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Human
Inherits from [Character](../objects/Character.md)
## Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|Name|[String](../static/String.md)|False|The human's name|
|Guild|[String](../static/String.md)|False|The human's guild|
Expand Down Expand Up @@ -56,7 +56,7 @@ Inherits from [Character](../objects/Character.md)
|CustomDamage|int|False|Amount of custom damage to deal per attack.|
|CurrentAnimation|[String](../static/String.md)|False|Character's current playing animation.|
|Grounded|bool|False|Character's grounded status.|
## Methods<style onload="alert('test');"/>
## Methods
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>|
|---|---|---|
|Refill()|bool|Refills the gas of the human|
Expand Down
7 changes: 7 additions & 0 deletions Assets/Docs/objects/Human.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/Docs/objects/LineCastHitResult.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# LineCastHitResult
Inherits from object
## Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|IsCharacter|bool|True|true if the linecast hit a character|
|IsMapObject|bool|True|true if the linecast hit a map object|
Expand Down
7 changes: 7 additions & 0 deletions Assets/Docs/objects/LineCastHitResult.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Assets/Docs/objects/LineRenderer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# LineRenderer
Inherits from object
## Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|StartWidth|float|False|The width of the line at the start|
|EndWidth|float|False|The width of the line at the end|
Expand All @@ -21,7 +21,7 @@ Inherits from object
|WidthCurve|[List](../objects/List.md)|False|The width curve of the line renderer|
|WidthMultiplier|float|False|The width multiplier of the line renderer|
|ColorGradientMode|[String](../static/String.md)|False|The color gradient mode of the line renderer|
## Methods<style onload="alert('test');"/>
## Methods
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>|
|---|---|---|
|GetPosition(index : int)|[Vector3](../objects/Vector3.md)|Get the position of a point in the line renderer|
Expand Down
7 changes: 7 additions & 0 deletions Assets/Docs/objects/LineRenderer.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Assets/Docs/objects/List.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ example = List()
example = List((CustomLogicSetBuiltin))
```
## Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|Count|int|True|The number of elements in the list|
## Methods<style onload="alert('test');"/>
## Methods
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>|
|---|---|---|
|Clear()|none|Clear all list elements|
Expand Down
7 changes: 7 additions & 0 deletions Assets/Docs/objects/List.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Assets/Docs/objects/MapObject.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MapObject
Inherits from object
## Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|Static|bool|False|Object does not move|
|Position|[Vector3](../objects/Vector3.md)|False|The position of the object|
Expand All @@ -27,7 +27,7 @@ Inherits from object
|ID|int|False|The ID of the object|
|Tag|[String](../static/String.md)|False|The tag of the object|
|Layer|int|False|The layer of the object|
## Methods<style onload="alert('test');"/>
## Methods
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>|
|---|---|---|
|AddComponent(name : [String](../static/String.md))|CustomLogicComponentInstance|Add a component to the object|
Expand Down
7 changes: 7 additions & 0 deletions Assets/Docs/objects/MapObject.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/Docs/objects/MapTargetable.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MapTargetable
Inherits from object
## Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|Team|[String](../static/String.md)|False|The team of the targetable|
|Position|[Vector3](../objects/Vector3.md)|False|The position of the targetable|
Expand Down
7 changes: 7 additions & 0 deletions Assets/Docs/objects/MapTargetable.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Assets/Docs/objects/NetworkView.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# NetworkView
Inherits from object
## Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|Owner|[Player](../objects/Player.md)|False|The network view's owner.|
## Methods<style onload="alert('test');"/>
## Methods
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>|
|---|---|---|
|Transfer(player : [Player](../objects/Player.md))|none|Owner only. Transfer ownership of this NetworkView to another player.|
Expand Down
7 changes: 7 additions & 0 deletions Assets/Docs/objects/NetworkView.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Assets/Docs/objects/Physics.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Assets/Docs/objects/Player.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Player
Inherits from object
## Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|Character|[Character](../objects/Character.md)|False|Player's current character, if alive.|
|Connected|bool|False|Player is still connected to the room.|
Expand All @@ -19,7 +19,7 @@ Inherits from object
|Ping|int|False|The player's connection ping.|
|SpectateID|int|False|The player's spectating ID. If not spectating anyone, returns -1.|
|SpawnPoint|[Vector3](../objects/Vector3.md)|False|Player's respawn point. Is initially null and can be set back to null, at which point map spawn points are used.|
## Methods<style onload="alert('test');"/>
## Methods
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>|
|---|---|---|
|GetCustomProperty(property : [String](../static/String.md))|Object|Get a custom property at given key. Must be a primitive type. This is synced to all clients.|
Expand Down
7 changes: 7 additions & 0 deletions Assets/Docs/objects/Player.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Assets/Docs/objects/Quaternion.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Quaternion
Inherits from object
## Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|X|float|False|X component of the Quaternion. Don't modify this directly unless you know quaternions inside out.|
|Y|float|False|Y component of the Quaternion. Don't modify this directly unless you know quaternions inside out.|
|Z|float|False|Z component of the Quaternion. Don't modify this directly unless you know quaternions inside out.|
|W|float|False|W component of the Quaternion. Do not directly modify quaternions.|
|Euler|[Vector3](../objects/Vector3.md)|False|Returns or sets the euler angle representation of the rotation.|
## Static Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|Identity|[Quaternion](../objects/Quaternion.md)|False|The identity rotation (Read Only).|
## Methods<style onload="alert('test');"/>
## Methods
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>|
|---|---|---|
|\_\_Copy\_\_()|Object|Override to deepcopy object on assignment, used for structs. Ex: copy = original is equivalent to copy = original.\_\_Copy\_\_()|
Expand Down
7 changes: 7 additions & 0 deletions Assets/Docs/objects/Quaternion.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Assets/Docs/objects/README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Assets/Docs/objects/Range.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
example = Range((Object[]))
```
## Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|Count|int|True|The number of elements in the list|
## Methods<style onload="alert('test');"/>
## Methods
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>|
|---|---|---|
|Clear()|none|Clear all list elements|
Expand Down
7 changes: 7 additions & 0 deletions Assets/Docs/objects/Range.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Assets/Docs/objects/Set.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ example = Set()
example = Set((CustomLogicListBuiltin))
```
## Fields
|<div style="width:30%">Field</div>|<div style="width:10%">Type</div>|<div style="width:10%">Readonly</div>|<div style="width:50%">Description</div>|
|<div style="width:30%">Field</div>|<div style="width:5%">Type</div>|<div style="width:5%">Readonly</div>|<div style="width:60%">Description</div>|
|---|---|---|---|
|Count|int|True|The number of elements in the set|
## Methods<style onload="alert('test');"/>
## Methods
|<div style="width:33%">Function</div>|<div style="width:33%">Returns</div>|<div style="width:33%">Description</div>|
|---|---|---|
|Clear()|none|Clear all set elements|
Expand Down
7 changes: 7 additions & 0 deletions Assets/Docs/objects/Set.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 43a6889

Please sign in to comment.