ShowNPCConsole: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "{{Welcome|desc=Shows the npc console.| params=<syntaxhighlight lang="lua">NoParams</syntaxhighlight> ::This function may be called before calling ConnectNPC or ConnectNPCEx to...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Welcome|desc=Shows the npc console.|
{{Welcome|desc=Shows the npc console.|
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. This function has effect in windows only.|
retvals=<poem>null.</poem>|
retvals=<poem>null.</poem>|
relfuncs= *[[HideWindow]]
relfuncs= *[[HideNPCConsole]]
}}
}}

Latest revision as of 06:48, 6 December 2022


Description:
Shows the npc console.


Parameters:

NoParams
This function may be called before calling ConnectNPC or ConnectNPCEx to have effect. This function has effect in windows only.


Return Values:

null.




Related Functions

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