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

Exec

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 vaultmp::Void exec();

[top]Parameters

None.

[top]Return value

None.