This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| set_player_movement_locked [2017/04/14 15:15] – justin | set_player_movement_locked [2021/04/21 18:35] (current) – justin | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Locks or unlocks the player' | Locks or unlocks the player' | ||
| + | ====Signature: | ||
| <code python> | <code python> | ||
| set_player_movement_locked(is_locked) | set_player_movement_locked(is_locked) | ||
| Line 16: | Line 17: | ||
| ====Example: | ====Example: | ||
| - | < | + | < |
| - | set_player_movement_locked(true) | + | set_player_movement_locked(true); |
| </ | </ | ||
| // | // | ||
| <WRAP center round tip 100%> | <WRAP center round tip 100%> | ||
| - | Use the **Lock/ | + | Use the **Lock/ |
| </ | </ | ||