Parent Golem - Hawthorn-Games/ProjectScrapped GitHub Wiki
test
Variables
| Type | Name | Description |
|---|---|---|
| -float | pushDistance | Distance to which the golem will move the object by |
| -float | moveDistance | Distance to which the golem will move |
| -float | moveSpeed | Speed at which the golem will travel at |
| -float | pushSpeed | Speed at which the golem will push objects at |
| -float | rotationSpeed | Speed at which the golem will rotate at |
| -PuzzleManagerObj | currentPuzzle | Current active puzzle |
| -Colour(Enum) | Colour | Colour of the golem |
| -bool | wantMove | Status of the golem movement |
| -bool | wantRot | Status of the golem Rotation |
| -bool | wantPush | Status of the golem pushing |
| -vector | startPos | Starting position of the golem |
| -vector | blockStart | Start position of the block |
| -rotation | startRot | Starting rotation of the golem |
| -bool | Forward | Direction of the golem movement |
| -bool | TurnLeft | Direction of the golem rotation |
| -bool | blockFound | Status of whether the golem has detected an object to push |
| -bool | ChangingColour | Status of the whether the golem is changing colour |
| -bool | MoveFirstPass | Status whether the first pass of the movement function has been executed |
| -bool | PushFirstPass | Status whether the first pass of the push function has been executed |