mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-22 15:15:15 +02:00
correct lightning API.md a bit
This commit is contained in:
parent
9188467a6a
commit
72ea9069bd
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ Custom function called when a lightning strikes.
|
|||
## lightning.strike(pos)
|
||||
Let a lightning strike.
|
||||
|
||||
* pos: optional, if not given a random pos will be chosen
|
||||
* returns: bool - success if a strike happened
|
||||
* `pos`: optional, if not given a random pos will be chosen
|
||||
* `returns`: bool - success if a strike happened
|
||||
|
||||
|
||||
### Examples:
|
||||
|
|
Loading…
Add table
Reference in a new issue