Skip to content

Commit

Permalink
Changed misleading name of DisposeSynchronizedScene (#983)
Browse files Browse the repository at this point in the history
* Update and rename DisposeSynchronizedScene.md to TakeOwnershipOfSynchronizedScene.md

Used real name of this native because atm it's very misleading and wrong

* Fix incorrect link
  • Loading branch information
freedy69 authored Feb 21, 2024
1 parent 52a3cf7 commit 3c81bf4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
15 changes: 0 additions & 15 deletions PED/DisposeSynchronizedScene.md

This file was deleted.

15 changes: 15 additions & 0 deletions PED/TakeOwnershipOfSynchronizedScene.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
ns: PED
aliases: ["0xCD9CC7E200A52A6F", "_DISPOSE_SYNCHRONIZED_SCENE"]
---
## TAKE_OWNERSHIP_OF_SYNCHRONIZED_SCENE

```c
// 0xCD9CC7E200A52A6F 0xBF7F9035
void TAKE_OWNERSHIP_OF_SYNCHRONIZED_SCENE(int scene);
```
## Parameters
* **scene**: Scene ID returned by [`CREATE_SYNCHRONIZED_SCENE`](#_0x8C18E0F9080ADD73)

0 comments on commit 3c81bf4

Please sign in to comment.