Skip to content

Commit

Permalink
Delete false info on solid classes
Browse files Browse the repository at this point in the history
Earlier I wrote that solids don't have class properties. This is no longer true, they currently extend the same class as point classes. They are functionality identical when it comes to properties. They are set the same way in the resource Class Properties dictionary, and set the same way in code with `if "keyname" in properties: print(properties.keyname)`
  • Loading branch information
DeerTears authored Jun 26, 2023
1 parent 039dbe0 commit 0caa1ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/class-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,7 @@ Entity separates brushes into a node separate from the primary StaticBody, suppo
- Convex
- Concave

**Script Class** - The script applied to the entity's root.

Although `QodotFGDSolidClass` is a class you can extend from, this is meant as a Qodot internal to build solid classes. This does not extend QodotEntity, and will not give you access to `properties`.
**Script Class** - The script applied to the entity's node when built.

# Class Property Data Types

Expand Down

0 comments on commit 0caa1ee

Please sign in to comment.