瀏覽代碼

Add mono-space code formatting in text.

follower 5 年之前
父節點
當前提交
74ec3b46ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/networking/high_level_multiplayer.rst

+ 1 - 1
tutorials/networking/high_level_multiplayer.rst

@@ -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.
 
 ::