|
Pol
Rev 533
|
Collaboration diagram for BoatShape:Classes | |
| struct | ComponentShape |
Public Member Functions | |
| BoatShape (ConfigElem &elem) | |
| BoatShape () | |
| bool | objtype_is_component (unsigned int objtype) const |
Public Attributes | |
| vector< ComponentShape > | Componentshapes |
| BoatShape::BoatShape | ( | ConfigElem & | elem | ) |
Definition at line 164 of file boat.cpp.
References COMPONENT_HOLD, COMPONENT_HULL, COMPONENT_PORT_PLANK, COMPONENT_ROPE, COMPONENT_RUDDER, COMPONENT_SAILS, COMPONENT_STARBOARD_PLANK, COMPONENT_STORAGE, COMPONENT_TILLER, COMPONENT_TILLERMAN, COMPONENT_WEAPONSLOT, COMPONENT_WHEEL, Componentshapes, ConfigElem::remove_prop(), and ConfigElem::remove_string().
Here is the call graph for this function:Definition at line 161 of file boat.cpp.
Referenced by read_boat_cfg().
Here is the caller graph for this function:| bool BoatShape::objtype_is_component | ( | unsigned int | objtype | ) | const |
Definition at line 194 of file boat.cpp.
References extobj, ExternalObject::hold, ExternalObject::hull, ExternalObject::port_plank, ExternalObject::rope, ExternalObject::rudder, ExternalObject::sails, ExternalObject::starboard_plank, ExternalObject::storage, ExternalObject::tiller, ExternalObject::tillerman, ExternalObject::weaponslot, and ExternalObject::wheel.
Referenced by UBoat::readProperties().
Here is the caller graph for this function:Definition at line 83 of file boat.cpp.
Referenced by BoatShape(), UBoat::create_components(), UBoat::move_components(), and UBoat::transform_components().