-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct name and documentation for _PLACE_OBJECT_ON_GROUND_PROPERLY_2
- Loading branch information
Showing
2 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.