Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 20, 2010, 2:21:10 PM (14 years ago)
Author:
landauf
Message:

merged current state of the new cc system to the updated branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/consolecommands2/src/libraries/core/LuaState.h

    r6417 r6452  
    5454            void operator()(const MultiType& param1 = MT_Type::Null, const MultiType& param2 = MT_Type::Null, const MultiType& param3 = MT_Type::Null, const MultiType& param4 = MT_Type::Null, const MultiType& param5 = MT_Type::Null);
    5555            void evaluateParam(unsigned int index, MultiType& param) const {}
     56            const std::type_info& getHeaderIdentifier() const { return typeid(this); }
    5657
    5758        private:
Note: See TracChangeset for help on using the changeset viewer.