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

Exec

This is an old revision of this page, as edited 04-06-2012, 03:24 PM by foxtacles (contribs). It may differ significantly from the current revision.
Entry point of a C++ script. It is not safe to use any vaultmp function before the execution of exec. The PAWN equivalent is main.

[top]Declaration

<code cpp>
VAULTSCRIPT void exec();
</code>

[top]Parameters

None.

[top]Return value

None.