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

Function

(Difference between revisions)
Return to current revision
  1.  
    [h="2"] Definition [/h]
    [highlight=cpp]
  2. -
    typedef Result(__cdecl* Function)();
  3. +
    template <typename... Types>
    using Function = Result (__cdecl*)(Types...) noexcept;
  4.  
    [/highlight]
    [category]VaultMP interface[/category]
    [category]Types[/category]