diff --git a/OBJECT/PlaceObjectOnGroundOrObjectProperly.md b/OBJECT/PlaceObjectOnGroundOrObjectProperly.md index 56136b3f8..49f1562c9 100644 --- a/OBJECT/PlaceObjectOnGroundOrObjectProperly.md +++ b/OBJECT/PlaceObjectOnGroundOrObjectProperly.md @@ -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.