mirror of https://github.com/godotengine/godot
Remove ambiguous wording.
This commit is contained in:
parent
bb281d2749
commit
60f9613857
|
|
@ -41,7 +41,7 @@
|
|||
#endif
|
||||
|
||||
// Macros for wrapping multithreaded server calls.
|
||||
// - FUNC{n} is a straightforward call with no return type that takes n arguments (implicitly C given that n is 0).
|
||||
// - FUNC{n} is a straightforward call with no return type that takes n arguments.
|
||||
// - FUNC{n}R is a call to a method with a return type.
|
||||
// - FUNC{n}S is a call to a method that requires synchronization with the main thread.
|
||||
// - FUNC{n}C is const, indicating that the method does not mutate internal server state.
|
||||
|
|
|
|||
Loading…
Reference in New Issue