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

Timestamp

(Difference between revisions)
Return to current revision
  1.  
    [image]Timestamp.png|right|thumb|A timestamp[/image]
    Prints a timestamp in the console window.
    [h="2"] Declaration [/h]
  2. -
    <code cpp>
    VAULTSCRIPT void (*timestamp)();
  3. +
    [highlight=cpp]
    VAULTSCRIPT vaultmp::Void (*timestamp)();
  4.  
    native timestamp();
  5. -
    </code>
  6. +
    [/highlight]
  7.  
    [h="2"] Parameters [/h]
    None.
    [h="2"] Return value [/h]
    None.
    [category]VaultMP interface[/category]
    [category]Scripting functions[/category]
    [category]Misc functions[/category]