HideNPCConsole: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Welcome|desc=Hides the npc console. (By default, the console is hidden)|
{{Welcome|desc=Hides all the npc consoles created thereafter. (By default, this is the case, unless [[ShowNPCCOnsole]] was called.)|
params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight>
params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight>
::This function may be called before calling ConnectNPC or ConnectNPCEx to have effect.|
::This function may be called before calling ConnectNPC or ConnectNPCEx to have effect.|

Revision as of 06:49, 6 December 2022


Description:
Hides all the npc consoles created thereafter. (By default, this is the case, unless ShowNPCCOnsole was called.)


Parameters:

NoParams
This function may be called before calling ConnectNPC or ConnectNPCEx to have effect.


Return Values:

null.




Related Functions

The following functions may be helpful as they relate to this function in one way or another.