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

Timestamp

(Difference between revisions)
Return to current revision
Current Revision 08-14-2012, 08:39 PM
  1. -
    [[File:Timestamp.png|right|thumb|A timestamp]]

  2. +
    [image]Timestamp.png|right|thumb|A timestamp[/image]
  3.  
    Prints a timestamp in the console window.
  4. -

    == Declaration ==
    <code cpp>
    VAULTSCRIPT void (*timestamp)();
  5. +
    [h="2"] Declaration [/h]
    [highlight=cpp]
    VAULTSCRIPT VAULTSPACE Void (*VAULTAPI(timestamp))() _CPP(noexcept);
    [/highlight][highlight=c]
  6.  
    native timestamp();
  7. -
    </code>
    == Parameters ==

  8. +
    [/highlight]
    [h="2"] Parameters [/h]
  9.  
    None.
  10. -

    == Return value ==

    None.
  11. +
    [h="2"] Return value [/h]
    None.
    [category]VaultMP interface[/category]
    [category]Scripting functions[/category]
    [category]Misc functions[/category]