pandemonium_engine/doc
Hugo Locurcio fe010a1efe Silence Input.vibrate_handheld() warning as it's already documented
The warning causes messages to be spammed if you are calling this
method in a game that runs on both desktop and mobile platforms,
unless you guard all calls to `Input.vibrate_handheld()` with
`OS.has_feature("mobile") or OS.has_feature("web")`.

Since the limitation is already documented (and is obvious enough
given the method's name), the warning message is redundant.

(cherry picked from commit 4a991887bf3dd5fbb687fb379f06ac85aa4a6245)
2022-12-22 14:08:01 +01:00
..
classes Silence Input.vibrate_handheld() warning as it's already documented 2022-12-22 14:08:01 +01:00
engine Renamed RTileMap ro TileMap and RTileSet to TileSet, as it does not need to be able to live alongside Godot's TileMap anymore. 2022-10-09 11:45:57 +02:00
tools Add a [kbd] tag for highlighting keyboard shortcuts in the editor help 2022-09-16 21:49:06 +02:00
translations Update hungarian translation from godot. 2022-10-09 11:59:57 +02:00
Doxyfile Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
Makefile Fixes doc/Makefile fails if path contains spaces 2022-10-08 16:22:55 +02:00