We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8a406 commit 38b6518Copy full SHA for 38b6518
doc/FUNCTIONS.md
@@ -15,7 +15,7 @@ game::auto_loot(entity::get_player(), entity::get_look_at())
15
// kill anything you're looking at as the player
16
game::kill(entity::get_player(), entity::get_look_at())
17
18
-// kill anything you're looking at as
+// kill anything you're looking at as no one
19
game::kill(entity::none(), entity::get_look_at())
20
21
// log the ram attack range
@@ -35,7 +35,6 @@ game::on_quest_success_player_traitor_to_humanity()
35
- `on_info_advance_playing_time_by_hours(hours: i64)`
36
- `set_player_rank(rank: i64)`
37
- `set_target_hour(hour: i64)`
38
-
39
- `movement_callback()`
40
- `movement_sneaking_callback()`
41
- `movement_blocked_callback()`
0 commit comments