mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Add mono-space code formatting in text.
This commit is contained in:
@@ -413,7 +413,7 @@ who is master for that instance will actually get the function.
|
||||
This instance, then, calls the `stun` method in the same instances of that same player (but in different peers), and only those which are set as puppet,
|
||||
making the player look stunned in all the peers (as well as the current, master one).
|
||||
|
||||
Note that you could also send the stun() message only to a specific player by using rpc_id(<id>, "exploded", bomb_owner).
|
||||
Note that you could also send the ``stun()`` message only to a specific player by using ``rpc_id(<id>, "exploded", bomb_owner)``.
|
||||
This may not make much sense for an area-of-effect case like the bomb, but in other cases, like single target damage.
|
||||
|
||||
::
|
||||
|
||||
Reference in New Issue
Block a user