Ignore:
Timestamp:
06/24/19 14:42:57 (5 years ago)
Author:
Maciej Komosinski
Message:

Added a function to check if a property exists in MutableParam?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/param/mutableparam.h

    r832 r884  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2018  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2019  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    6969        PARAMPROCDEF(p_addgroup);
    7070        PARAMPROCDEF(p_remgroup);
     71        PARAMPROCDEF(p_exists);
    7172        PARAMGETDEF(changedname) { arg1->setString(id(changed)); }
    7273#undef STATRICKCLASS
Note: See TracChangeset for help on using the changeset viewer.