This site has been archived and made available for preservation purposes. No edits can be made.

Exec

(Difference between revisions)
Return to current revision
  1.  
    Entry point of a C++ script. It is not safe to use any vaultmp function before the execution of [wiki]exec[/wiki]. The PAWN equivalent is [wiki]main[/wiki].
    [h="2"] Declaration [/h]
  2. -
    <code cpp>
    VAULTSCRIPT void exec();
    </code>
  3. +
    [highlight=cpp]
    VAULTSCRIPT vaultmp::Void exec();
    [/highlight]
  4.  
    [h="2"] Parameters [/h]
    None.
    [h="2"] Return value [/h]
    None.