mirror of
https://github.com/minetest/minetest.git
synced 2025-04-16 23:30:06 +02:00
Fix lua_api.txt indentation issues
This commit is contained in:
@ -3672,8 +3672,7 @@ This is basically a reference to a C++ `ServerActiveObject`
|
|||||||
* `0`...`1`: Overrides day-night ratio, controlling sunlight to a specific amount
|
* `0`...`1`: Overrides day-night ratio, controlling sunlight to a specific amount
|
||||||
* `nil`: Disables override, defaulting to sunlight based on day-night cycle
|
* `nil`: Disables override, defaulting to sunlight based on day-night cycle
|
||||||
* `get_day_night_ratio()`: returns the ratio or nil if it isn't overridden
|
* `get_day_night_ratio()`: returns the ratio or nil if it isn't overridden
|
||||||
* `set_local_animation(stand/idle, walk, dig, walk+dig, frame_speed=frame_speed)`
|
* `set_local_animation(stand/idle, walk, dig, walk+dig, frame_speed=frame_speed)`:
|
||||||
|
|
||||||
set animation for player model in third person view
|
set animation for player model in third person view
|
||||||
|
|
||||||
set_local_animation({x=0, y=79}, -- < stand/idle animation key frames
|
set_local_animation({x=0, y=79}, -- < stand/idle animation key frames
|
||||||
|
Reference in New Issue
Block a user