Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
KoduActionGive.ccGo to the documentation of this file.00001 #include "Kodu/Keepers/ObjectKeeper.h" 00002 #include "Kodu/Primitives/KoduActionGive.h" 00003 00004 namespace Kodu { 00005 00006 void KoduActionGive::reinitialize() { 00007 KoduAction::reinitialize(); 00008 } 00009 00010 void KoduActionGive::printAttrs() const { 00011 KoduAction::printAttrs(); 00012 std::cout << std::endl; 00013 } 00014 00015 const DualCoding::ShapeRoot KoduActionGive::getTargetObject() const { 00016 if (ObjectKeeper::isValid) 00017 return ObjectKeeper::tempObject; 00018 else 00019 return ObjectKeeper::invalidObject; 00020 } 00021 00022 } |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:58:42 2016 by Doxygen 1.6.3 |