Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coalaura committed Oct 11, 2024
1 parent 08479c6 commit 95b03f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OBJECT/PlaceObjectOnGroundOrObjectProperly.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aliases: ["0xD76EEEF746057FD6", "_PLACE_OBJECT_ON_GROUND_PROPERLY_2"]
BOOL PLACE_OBJECT_ON_GROUND_OR_OBJECT_PROPERLY(Object object);
```
Places an object on the ground or another object.
Casts a ray downward from the object's position and places the object on the surface it hits (including world surface and objects). Use [`PLACE_OBJECT_ON_GROUND_PROPERLY`](#_0x58A850EAEE20FAA3) to not include objects when determining the surface.
## Parameters
* **object**: The object handle.
Expand Down

0 comments on commit 95b03f6

Please sign in to comment.