mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-30 23:15:32 +01:00 
			
		
		
		
	Added physics_overrride 'slip'
This commit is contained in:
		| @@ -2604,6 +2604,7 @@ This is basically a reference to a C++ `ServerActiveObject` | ||||
|         * `speed`: multiplier to default walking speed value (default: `1`) | ||||
|         * `jump`: multiplier to default jump value (default: `1`) | ||||
|         * `gravity`: multiplier to default gravity value (default: `1`) | ||||
|         * `slip` : multiplier to current walkable node groups slip value (default: `1`) | ||||
|         * `sneak`: whether player can sneak (default: `true`) | ||||
|         * `sneak_glitch`: whether player can use the sneak glitch (default: `true`) | ||||
| * `get_physics_override()`: returns the table given to set_physics_override | ||||
|   | ||||
		Reference in New Issue
	
	Block a user