1
0
mirror of https://github.com/XLabsProject/iw4x-rawfiles.git synced 2023-08-02 15:02:11 +02:00

fix(iw4x_utility): comments

This commit is contained in:
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

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
=============