fix(iw4x_utility): comments

pull/3/head
Edo 2023-04-03 11:04:44 +02:00 committed by GitHub
parent bae35aa0b1
commit 264ccf04c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"Summary: noclip used on a player entity will make them fly and clip through walls."
"Module: IW4x Utility"
"CallOn: An entity"
"Example: level.player noclip();"
"Example: level.player _noclip();"
"SPMP: multiplayer"
///ScriptDocEnd
=============
@ -31,7 +31,7 @@ _noclip()
"Summary: ufo used on a player entity will make them fly and clip through walls."
"Module: IW4x Utility"
"CallOn: An entity"
"Example: level.player ufo();"
"Example: level.player _ufo();"
"SPMP: multiplayer"
///ScriptDocEnd
=============