Skip to content

Commit

Permalink
Correct name and documentation for _PLACE_OBJECT_ON_GROUND_PROPERLY_2
Browse files Browse the repository at this point in the history
  • Loading branch information
coalaura committed Oct 2, 2024
1 parent 9690545 commit 08479c6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
17 changes: 17 additions & 0 deletions OBJECT/PlaceObjectOnGroundOrObjectProperly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
ns: OBJECT
aliases: ["0xD76EEEF746057FD6", "_PLACE_OBJECT_ON_GROUND_PROPERLY_2"]
---
## PLACE_OBJECT_ON_GROUND_OR_OBJECT_PROPERLY

```c
// 0xD76EEEF746057FD6
BOOL PLACE_OBJECT_ON_GROUND_OR_OBJECT_PROPERLY(Object object);
```
Places an object on the ground or another object.
## Parameters
* **object**: The object handle.
## Return value
16 changes: 0 additions & 16 deletions OBJECT/PlaceObjectOnGroundProperly_2.md

This file was deleted.

0 comments on commit 08479c6

Please sign in to comment.