Fix typos with codespell
Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though).
This commit is contained in:
parent
f47979f087
commit
166df0896c
35 changed files with 47 additions and 47 deletions
|
|
@ -5,7 +5,7 @@
|
|||
</brief_description>
|
||||
<description>
|
||||
By default, [MultiplayerSynchronizer] synchronizes configured properties to all peers.
|
||||
Visiblity can be handled directly with [method set_visibility_for] or as-needed with [method add_visibility_filter] and [method update_visibility].
|
||||
Visibility can be handled directly with [method set_visibility_for] or as-needed with [method add_visibility_filter] and [method update_visibility].
|
||||
|
||||
[MultiplayerSpawner]s will handle nodes according to visibility of synchronizers as long as the node at [member root_path] was spawned by one.
|
||||
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
<return type="void" />
|
||||
<param index="0" name="filter" type="Callable" />
|
||||
<description>
|
||||
Removes a peer visiblity filter from this synchronizer.
|
||||
Removes a peer visibility filter from this synchronizer.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_visibility_for">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue