Difference between revisions of "ScriptHook.GetAllScripts"

From Nomad DB
(Created page with "{{Page_MDE}} {{Warning|This function is only available in Mafia DE ScriptHook version 1.1.2+}} This function returns a table of script (directory) names and their respective [...")
 
 
Line 5: Line 5:
 
== Syntax ==
 
== Syntax ==
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
ScriptHook.GetallScripts()
+
ScriptHook.GetAllScripts()
 
</syntaxhighlight>
 
</syntaxhighlight>
 
* '''Returns: table of [[ScriptHook: Script Table|Script Table]]'''
 
* '''Returns: table of [[ScriptHook: Script Table|Script Table]]'''

Latest revision as of 20:18, 8 October 2021

This function is only available in Mafia DE ScriptHook version 1.1.2+

This function returns a table of script (directory) names and their respective Script Table.

Syntax

ScriptHook.GetAllScripts()

Related Pages