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]
    [highlight=cpp]
    VAULTSCRIPT vaultmp::Void exec();
    [/highlight]
    [h="2"] Parameters [/h]
    None.
    [h="2"] Return value [/h]
    None.