|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Macros | |
| #define | _INIT_STATIC(cname) |
| #define | _new(class, pure) |
| #define | _TRANSMUTE(cname, this, ...) |
| #define | _vtbl NULL |
| #define | ATTRIB(...) |
| #define | ATTRIB_3(cname, name, type) |
| #define | ATTRIB_4(cname, name, type, val) |
| #define | ATTRIB_STRZONE(cname, name, type, val) |
| #define | ATTRIBARRAY(cname, name, type, cnt) |
| #define | CLASS(...) |
| #define | CLASS_1(cname) |
| #define | CLASS_2(cname, base) |
| #define | classfield(name) |
| #define | CONSTRUCT(cname, ...) |
| #define | CONSTRUCTOR(cname, ...) |
| #define | DEBUG_STUFF(cname) |
| #define | delete(this) |
| #define | DESTRUCTOR(cname) |
| #define | ENDCLASS(cname) |
| #define | entityclass(...) |
| #define | entityclass_1(name) |
| #define | entityclass_2(name, base) |
| #define | EVAL_ATTRIB(...) |
| #define | EVAL_CLASS(...) |
| #define | EVAL_entityclass(...) |
| #define | INIT(cname) |
| #define | is_pure(e) |
| #define | make_impure(e) |
| #define | make_pure(e) |
| direct use is | |
| #define | METHOD(cname, name, prototype) |
| #define | METHOD_REFERENCE(cname, name) |
| #define | NEW(cname, ...) |
| #define | new(class) |
| entities you care about collisions with | |
| #define | new_pure(class) |
| purely logical entities (not linked to the area grid) | |
| #define | remove(this) |
| #define | spawn() |
| #define | spawn_1(this) |
| #define | SPAWN_PURE 0 |
| #define | spawn_pure() |
| #define | spawn_static(this) |
| #define | STATIC_ATTRIB(cname, name, type, val) |
| #define | STATIC_ATTRIB_STRZONE(cname, name, type, val) |
| #define | STATIC_METHOD(cname, name, prototype) |
| #define | SUPER(cname) |
| #define | TRANSMUTE(cname, this, ...) |
| #define | VTBL(cname, base) |
Functions | |
| entity | __spawn (string _classname, string _sourceLoc, bool pure) |
| entity | _spawn () |
| CLASS (Object) Object | |
| void | clearentity (entity e) |
| void | copyentity_qc (entity src, entity dst) |
| void | IL_REMOVE_RAW (entity it) |
| ACCUMULATE void | ONREMOVE (entity this) |
| void | RegisterClasses () |
| STATIC_INIT (clearentity) | |
| STATIC_INIT (RegisterClasses) | |
| void (entity this) dtor | |
Variables | |
| entity | _clearentity_ent |
| string | classname |
| bool | pure_data |
| string | sourceLoc |
| Location entity was spawned from in source. | |
| bool | transmute |
| entity | vtblbase |
| string | vtblname |
| #define _INIT_STATIC | ( | cname | ) |
| #define _new | ( | class, | |
| pure ) |
| #define _TRANSMUTE | ( | cname, | |
| this, | |||
| ... ) |
| #define ATTRIB | ( | ... | ) |
| #define ATTRIB_3 | ( | cname, | |
| name, | |||
| type ) |
| #define ATTRIB_4 | ( | cname, | |
| name, | |||
| type, | |||
| val ) |
Definition at line 234 of file oo.qh.
| #define ATTRIB_STRZONE | ( | cname, | |
| name, | |||
| type, | |||
| val ) |
| #define CLASS | ( | ... | ) |
| #define CLASS_1 | ( | cname | ) |
| #define CLASS_2 | ( | cname, | |
| base ) |
Definition at line 181 of file oo.qh.
| #define CONSTRUCT | ( | cname, | |
| ... ) |
Definition at line 123 of file oo.qh.
Referenced by Callback::Callback(), CallbackChain::CallbackChain(), Client::Client(), ClientState::ClientState(), CvarStringSource::CvarStringSource(), DamageText::DamageText(), DebugText3d::DebugText3d(), GuidePage::GuidePage(), Model::Model(), PlayerState::PlayerState(), Sound::Sound(), StringSource::StringSource(), Waypoint::Waypoint(), WeaponPickup::WeaponPickup(), XonoticEntryList::XonoticEntryList(), XonoticRegisteredSettingsList::XonoticRegisteredSettingsList(), XonoticTopicList::XonoticTopicList(), and CallbackChain::CallbackNode::CallbackNode::CallbackNode().
| #define CONSTRUCTOR | ( | cname, | |
| ... ) |
Definition at line 213 of file oo.qh.
Referenced by Callback::Callback(), CallbackChain::CallbackChain(), ClientState::ClientState(), DebugText3d::DebugText3d(), Lazy::Lazy(), Model::Model(), PlayerState::PlayerState(), Sound::Sound(), Waypoint::Waypoint(), XonoticEntryList::XonoticEntryList(), XonoticTopicList::XonoticTopicList(), CvarStringSource::ATTRIB(), StringSource::ATTRIB(), XonoticRegisteredSettingsList::ATTRIB(), and CallbackChain::CallbackNode::CallbackNode::CallbackNode().
| #define DEBUG_STUFF | ( | cname | ) |
| #define delete | ( | this | ) |
Definition at line 77 of file oo.qh.
| #define DESTRUCTOR | ( | cname | ) |
Definition at line 220 of file oo.qh.
| #define ENDCLASS | ( | cname | ) |
Definition at line 281 of file oo.qh.
Referenced by CvarStringSource::ATTRIB(), Dialog::ATTRIB(), LinkedList::ATTRIB(), LinkedListNode::ATTRIB(), MainWindow::ATTRIB(), StringSource::ATTRIB(), Tab::ATTRIB(), XonoticAudioSettingsTab::ATTRIB(), XonoticCampaignList::ATTRIB(), XonoticCheckBox::ATTRIB(), XonoticCreditsDialog::ATTRIB(), XonoticCvarList::ATTRIB(), XonoticDemoList::ATTRIB(), XonoticGameMessageSettingsTab::ATTRIB(), XonoticGameWeaponsSettingsTab::ATTRIB(), XonoticHUDSkinList::ATTRIB(), XonoticMapInfoDialog::ATTRIB(), XonoticMutatorsDialog::ATTRIB(), XonoticRegisteredSettingsList::ATTRIB(), XonoticScreenshotBrowserTab::ATTRIB(), XonoticScreenshotImage::ATTRIB(), XonoticScreenshotViewerDialog::ATTRIB(), XonoticServerCreateTab::ATTRIB(), XonoticServerInfoDialog::ATTRIB(), XonoticServerInfoTab::ATTRIB(), XonoticServerToSTab::ATTRIB(), XonoticSingleplayerDialog::ATTRIB(), XonoticSoundList::ATTRIB(), XonoticTab::ATTRIB(), XonoticUserbindEditDialog::ATTRIB(), XonoticWeaponsList::ATTRIB(), XonoticCrosshairPicker::cellDraw(), XonoticNexposee::close(), XonoticRootDialog::close(), XonoticDialog::configureDialog(), XonoticImage::configureXonoticImage(), XonoticLeaveMatchButton::configureXonoticLeaveMatchButton(), XonoticColorpicker::draw(), XonoticKeyBinder::editUserbind(), XonoticGameSettingsTab::fill(), ListBox::getItemHeight(), XonoticServerList::getItemHeight(), Container::leaveSubitem(), Nexposee::pullNexposee(), XonoticColorButton::saveCvars(), XonoticScoreboardFadeTimeSlider::saveCvars(), XonoticWeaponarenaCheckBox::saveCvars(), XonoticScreenshotList::stopSlideShow(), XonoticDecibelsSlider::valueToText(), and RadioButton::void().
| #define entityclass | ( | ... | ) |
| #define entityclass_1 | ( | name | ) |
| #define entityclass_2 | ( | name, | |
| base ) |
| #define INIT | ( | cname | ) |
Definition at line 210 of file oo.qh.
Referenced by Assault::Assault(), CaptureTheFlag::CaptureTheFlag(), ClanArena::ClanArena(), Deathmatch::Deathmatch(), Domination::Domination(), Duel::Duel(), FreezeTag::FreezeTag(), IntrusiveList::IntrusiveList(), Invasion::Invasion(), Keepaway::Keepaway(), KeyHunt::KeyHunt(), LastManStanding::LastManStanding(), mayhem::mayhem(), NexBall::NexBall(), Observer::Observer(), Onslaught::Onslaught(), Player::Player(), Race::Race(), RaceCTS::RaceCTS(), Spectator::Spectator(), Survival::Survival(), TeamDeathmatch::TeamDeathmatch(), TeamKeepaway::TeamKeepaway(), tmayhem::tmayhem(), and XonoticGuideDescription::XonoticGuideDescription().
| #define is_pure | ( | e | ) |
Definition at line 16 of file oo.qh.
Referenced by clearentity(), debug_send(), hk_is_valid_target(), NET_HANDLE(), and WarpZoneLib_BadEntity().
| #define make_impure | ( | e | ) |
Definition at line 22 of file oo.qh.
Referenced by Client::Client(), clearentity(), Draw_ShowNames_All(), and NET_HANDLE().
| #define make_pure | ( | e | ) |
direct use is
Definition at line 13 of file oo.qh.
Referenced by __spawn(), Draw_ShowNames_All(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), NET_HANDLE(), and NET_HANDLE().
| #define METHOD | ( | cname, | |
| name, | |||
| prototype ) |
Definition at line 269 of file oo.qh.
Referenced by InputContainer::_changeFocusXY(), Container::addItem(), ModalController::addItem(), Nexposee::addItem(), Container::addItemCentered(), Container::addItemRightCentered(), Dialog::addItemSimple(), MixedSlider::addRange(), XonoticResolutionSlider::addResolution(), ModalController::addTab(), MixedSlider::addText(), XonoticPlayList::addToPlayList(), TextSlider::addValue(), MixedSlider::adjustDigitsForStep(), CvarStringSource::ATTRIB(), StringSource::ATTRIB(), XonoticGameSettingsTab::ATTRIB(), XonoticRegisteredSettingsList::ATTRIB(), XonoticPicmipSlider::autofix(), Nexposee::calc(), XonoticCampaignList::campaignGo(), XonoticCharmap::cellDraw(), XonoticCrosshairPicker::cellDraw(), XonoticPicker::cellDraw(), XonoticCharmap::cellIsValid(), XonoticCrosshairPicker::cellIsValid(), XonoticPicker::cellIsValid(), XonoticCharmap::cellSelect(), XonoticCrosshairPicker::cellSelect(), XonoticPicker::cellSelect(), MixedSlider::clearValues(), TextSlider::clearValues(), ListBox::clickListBoxItem(), XonoticGametypeList::clickListBoxItem(), XonoticMapList::clickListBoxItem(), XonoticTopicList::clickListBoxItem(), Dialog::close(), Nexposee::close(), XonoticMutatorsDialog::close(), XonoticNexposee::close(), XonoticRootDialog::close(), XonoticScreenshotViewerDialog::close(), BorderImage::configureBorderImage(), Button::configureButton(), CheckBox::configureCheckBox(), Dialog::configureDialog(), XonoticDialog::configureDialog(), Image::configureImage(), InputBox::configureInputBox(), Label::configureLabel(), ListBox::configureListBox(), MainWindow::configureMainWindow(), MixedSlider::configureMixedSliderValues(), RadioButton::configureRadioButton(), Slider::configureSliderValues(), Slider::configureSliderVisuals(), TextSlider::configureTextSliderValues(), XonoticButton::configureXonoticButton(), XonoticCampaignList::configureXonoticCampaignList(), XonoticCharmap::configureXonoticCharmap(), XonoticCheckBox::configureXonoticCheckBox(), XonoticCheckBoxString::configureXonoticCheckBoxString(), XonoticColorButton::configureXonoticColorButton(), XonoticColorpicker::configureXonoticColorpicker(), XonoticColorpickerString::configureXonoticColorpickerString(), XonoticCommandButton::configureXonoticCommandButton(), XonoticCreditsList::configureXonoticCreditsList(), XonoticCrosshairPicker::configureXonoticCrosshairPicker(), XonoticCrosshairPreview::configureXonoticCrosshairPreview(), XonoticCvarList::configureXonoticCvarList(), XonoticDemoList::configureXonoticDemoList(), XonoticGametypeList::configureXonoticGametypeList(), XonoticHUDSkinList::configureXonoticHUDSkinList(), XonoticImage::configureXonoticImage(), XonoticInputBox::configureXonoticInputBox(), XonoticKeyBinder::configureXonoticKeyBinder(), XonoticLanguageList::configureXonoticLanguageList(), XonoticLeaveMatchButton::configureXonoticLeaveMatchButton(), XonoticListBox::configureXonoticListBox(), XonoticMapList::configureXonoticMapList(), XonoticMixedSlider::configureXonoticMixedSlider(), XonoticMixedSlider::configureXonoticMixedSliderValues(), XonoticPicker::configureXonoticPicker(), XonoticPicmipSlider::configureXonoticPicmipSlider(), XonoticPlayList::configureXonoticPlayList(), XonoticRadioButton::configureXonoticRadioButton(), XonoticResolutionSlider::configureXonoticResolutionSlider(), XonoticScoreboardFadeTimeSlider::configureXonoticScoreboardFadeTimeSlider(), XonoticScreenshotImage::configureXonoticScreenshotImage(), XonoticScreenshotList::configureXonoticScreenshotList(), XonoticServerList::configureXonoticServerList(), XonoticSkinList::configureXonoticSkinList(), XonoticSlider::configureXonoticSlider(), XonoticSliderCheckBox::configureXonoticSliderCheckBox(), XonoticSoundList::configureXonoticSoundList(), XonoticStatsList::configureXonoticStatsList(), XonoticTabController::configureXonoticTabController(), XonoticTextSlider::configureXonoticTextSlider(), XonoticTextSlider::configureXonoticTextSliderValues(), XonoticWeaponarenaCheckBox::configureXonoticWeaponarenaCheckBox(), XonoticDemoList::demoName(), GuidePage::describe(), XonoticCampaignList::destroy(), XonoticCreditsList::destroy(), XonoticCvarList::destroy(), XonoticDemoList::destroy(), XonoticGameMenuDialog::destroy(), XonoticHUDSkinList::destroy(), XonoticKeyBinder::destroy(), XonoticLanguageList::destroy(), XonoticMapList::destroy(), XonoticPlayerModelSelector::destroy(), XonoticScreenshotList::destroy(), XonoticSkinList::destroy(), XonoticSoundList::destroy(), XonoticStatsList::destroy(), XonoticTextBox::destroy(), XonoticWelcomeDialog::destroy(), ListBox::doubleClickListBoxItem(), XonoticCampaignList::doubleClickListBoxItem(), XonoticDemoList::doubleClickListBoxItem(), XonoticHUDSkinList::doubleClickListBoxItem(), XonoticKeyBinder::doubleClickListBoxItem(), XonoticLanguageList::doubleClickListBoxItem(), XonoticMapList::doubleClickListBoxItem(), XonoticPlayList::doubleClickListBoxItem(), XonoticScreenshotList::doubleClickListBoxItem(), XonoticServerList::doubleClickListBoxItem(), XonoticSkinList::doubleClickListBoxItem(), XonoticSoundList::doubleClickListBoxItem(), XonoticStatsList::doubleClickListBoxItem(), Image::drag(), Image::drag_setStartPos(), BorderImage::draw(), Button::draw(), CheckBox::draw(), Container::draw(), Image::draw(), InputBox::draw(), Label::draw(), ListBox::draw(), MainWindow::draw(), ModalController::draw(), Nexposee::draw(), Slider::draw(), XonoticCampaignList::draw(), XonoticColorButton::draw(), XonoticColorpicker::draw(), XonoticColorpickerString::draw(), XonoticCreditsList::draw(), XonoticCrosshairPreview::draw(), XonoticGameMenuDialog::draw(), XonoticGametypeList::draw(), XonoticHUDSkinList::draw(), XonoticLeaveMatchButton::draw(), XonoticMapList::draw(), XonoticPicker::draw(), XonoticPicmipSlider::draw(), XonoticPlayerModelSelector::draw(), XonoticPlayList::draw(), XonoticProfileTab::draw(), XonoticRadioButton::draw(), XonoticResolutionSlider::draw(), XonoticScreenshotImage::draw(), XonoticScreenshotList::draw(), XonoticServerList::draw(), XonoticSliderCheckBox::draw(), XonoticTextLabel::draw(), XonoticWeaponsList::draw(), XonoticWelcomeDialog::draw(), ListBox::drawListBoxItem(), XonoticCampaignList::drawListBoxItem(), XonoticCreditsList::drawListBoxItem(), XonoticCvarList::drawListBoxItem(), XonoticDemoList::drawListBoxItem(), XonoticEntryList::drawListBoxItem(), XonoticGametypeList::drawListBoxItem(), XonoticGuideDescription::drawListBoxItem(), XonoticHUDSkinList::drawListBoxItem(), XonoticKeyBinder::drawListBoxItem(), XonoticLanguageList::drawListBoxItem(), XonoticMapList::drawListBoxItem(), XonoticPlayerList::drawListBoxItem(), XonoticPlayList::drawListBoxItem(), XonoticScreenshotList::drawListBoxItem(), XonoticServerList::drawListBoxItem(), XonoticSkinList::drawListBoxItem(), XonoticSoundList::drawListBoxItem(), XonoticStatsList::drawListBoxItem(), XonoticTextBox::drawListBoxItem(), XonoticTopicList::drawListBoxItem(), XonoticWeaponsList::drawListBoxItem(), XonoticKeyBinder::editUserbind(), Container::enterLieSubitem(), Container::enterSubitem(), InputBox::enterText(), XonoticGuideTab::entryChangeNotify(), Dialog::fill(), XonoticAudioSettingsTab::fill(), XonoticBindingsResetDialog::fill(), XonoticCreditsDialog::fill(), XonoticCvarsDialog::fill(), XonoticDamageTextSettings::fill(), XonoticDemoBrowserTab::fill(), XonoticDemoStartConfirmDialog::fill(), XonoticDemoTimeConfirmDialog::fill(), XonoticEffectsSettingsTab::fill(), XonoticFirstRunDialog::fill(), XonoticGameCrosshairSettingsTab::fill(), XonoticGameHUDSettingsTab::fill(), XonoticGameMenuDialog::fill(), XonoticGameMessageSettingsTab::fill(), XonoticGameModelSettingsTab::fill(), XonoticGameSettingsTab::fill(), XonoticGameViewSettingsTab::fill(), XonoticGameWeaponsSettingsTab::fill(), XonoticGuideTab::fill(), XonoticHUDAmmoDialog::fill(), XonoticHUDCenterprintDialog::fill(), XonoticHUDChatDialog::fill(), XonoticHUDCheckpointsDialog::fill(), XonoticHUDConfirmDialog::fill(), XonoticHUDEngineInfoDialog::fill(), XonoticHUDExitDialog::fill(), XonoticHUDHealthArmorDialog::fill(), XonoticHUDInfoMessagesDialog::fill(), XonoticHUDItemsTimeDialog::fill(), XonoticHUDModIconsDialog::fill(), XonoticHUDNotificationDialog::fill(), XonoticHUDPhysicsDialog::fill(), XonoticHUDPickupDialog::fill(), XonoticHUDPowerupsDialog::fill(), XonoticHUDPressedKeysDialog::fill(), XonoticHUDQuickMenuDialog::fill(), XonoticHUDRaceTimerDialog::fill(), XonoticHUDRadarDialog::fill(), XonoticHUDScoreDialog::fill(), XonoticHUDStrafeHUDDialog::fill(), XonoticHUDTimerDialog::fill(), XonoticHUDVoteDialog::fill(), XonoticHUDWeaponsDialog::fill(), XonoticInputSettingsTab::fill(), XonoticLanguageWarningDialog::fill(), XonoticMapInfoDialog::fill(), XonoticMediaDialog::fill(), XonoticMiscSettingsTab::fill(), XonoticMonsterToolsDialog::fill(), XonoticMultiplayerDialog::fill(), XonoticMusicPlayerTab::fill(), XonoticMutatorsDialog::fill(), XonoticProfileTab::fill(), XonoticQuitDialog::fill(), XonoticResetDialog::fill(), XonoticSandboxToolsDialog::fill(), XonoticScreenshotBrowserTab::fill(), XonoticScreenshotViewerDialog::fill(), XonoticServerCreateTab::fill(), XonoticServerInfoDialog::fill(), XonoticServerInfoTab::fill(), XonoticServerListTab::fill(), XonoticServerToSTab::fill(), XonoticSettingsDialog::fill(), XonoticSingleplayerDialog::fill(), XonoticSkinResetDialog::fill(), XonoticTeamSelectDialog::fill(), XonoticToSDialog::fill(), XonoticUid2NameDialog::fill(), XonoticUserbindEditDialog::fill(), XonoticUserSettingsTab::fill(), XonoticVideoSettingsTab::fill(), XonoticWelcomeDialog::fill(), XonoticWinnerDialog::fill(), ListBox::focusedItemChangeNotify(), XonoticGametypeList::focusedItemChangeNotify(), XonoticLanguageList::focusedItemChangeNotify(), XonoticServerList::focusedItemChangeNotify(), Nexposee::focusEnter(), XonoticCreditsDialog::focusEnter(), XonoticServerList::focusEnter(), XonoticWinnerDialog::focusEnter(), Container::focusLeave(), InputContainer::focusLeave(), ListBox::focusLeave(), XonoticCharmap::focusLeave(), XonoticColorpicker::focusLeave(), XonoticInputBox::focusLeave(), XonoticMapList::g_maplistCacheQuery(), XonoticMapList::g_maplistCacheToggle(), XonoticServerCreateTab::gameTypeChangeNotify(), XonoticServerCreateTab::gameTypeSelectNotify(), XonoticDemoList::getDemos(), DataSource::getEntry(), ListBox::getFirstFullyVisibleItemAtScrollPos(), XonoticHUDSkinList::getHUDSkins(), TextSlider::getIdentifier(), ListBox::getItemAtPos(), XonoticScrollPanel::getItemAtPos(), XonoticServerList::getItemAtPos(), ListBox::getItemHeight(), XonoticServerList::getItemHeight(), ListBox::getItemStart(), XonoticServerList::getItemStart(), XonoticLanguageList::getLanguages(), ListBox::getLastFullyVisibleItemAtScrollPos(), MixedSlider::getNumberIdentifier(), XonoticPlayerList::getPlayerList(), XonoticScreenshotList::getScreenshots(), XonoticSkinList::getSkins(), XonoticSoundList::getSounds(), XonoticStatsList::getStats(), XonoticTextBox::getTextBoxLine(), ListBox::getTotalHeight(), XonoticServerList::getTotalHeight(), XonoticPlayerModelSelector::go(), XonoticScreenshotList::goScreenshot(), Dialog::gotoRC(), ModalController::hideAll(), ModalController::hideChild(), Container::hideNotify(), XonoticCvarList::hideNotify(), XonoticHUDSkinList::hudskinAuthor(), XonoticHUDSkinList::hudskinName(), XonoticHUDSkinList::hudskinPath(), XonoticHUDSkinList::hudskinTitle(), ModalController::initializeDialog(), Image::initZoom(), MixedSlider::insertRange(), MixedSlider::insertText(), TextSlider::insertValue(), ListBox::isScrolling(), Container::itemFromPoint(), Button::keyDown(), Container::keyDown(), Dialog::keyDown(), InputBox::keyDown(), InputContainer::keyDown(), ListBox::keyDown(), Nexposee::keyDown(), Slider::keyDown(), XonoticCampaignList::keyDown(), XonoticCharmap::keyDown(), XonoticColorpicker::keyDown(), XonoticCreditsList::keyDown(), XonoticCvarList::keyDown(), XonoticDemoList::keyDown(), XonoticGametypeList::keyDown(), XonoticHUDSkinList::keyDown(), XonoticInputBox::keyDown(), XonoticKeyBinder::keyDown(), XonoticLanguageList::keyDown(), XonoticMapList::keyDown(), XonoticPicker::keyDown(), XonoticPlayList::keyDown(), XonoticScreenshotList::keyDown(), XonoticScreenshotViewerDialog::keyDown(), XonoticServerList::keyDown(), XonoticSkinList::keyDown(), XonoticSoundList::keyDown(), XonoticStatsList::keyDown(), XonoticTopicList::keyDown(), XonoticWeaponsList::keyDown(), XonoticWelcomeDialog::keyDown(), XonoticKeyBinder::keyGrabbed(), Container::keyUp(), Nexposee::keyUp(), Slider::keyUp(), XonoticLanguageList::languageParameter(), Container::leaveSubitem(), XonoticScreenshotImage::load(), XonoticCampaignList::loadCvars(), XonoticCheckBox::loadCvars(), XonoticCheckBoxString::loadCvars(), XonoticColorButton::loadCvars(), XonoticColorpickerString::loadCvars(), XonoticDecibelsSlider::loadCvars(), XonoticGametypeList::loadCvars(), XonoticInputBox::loadCvars(), XonoticLanguageList::loadCvars(), XonoticMapList::loadCvars(), XonoticMixedSlider::loadCvars(), XonoticPlayerModelSelector::loadCvars(), XonoticRadioButton::loadCvars(), XonoticResolutionSlider::loadCvars(), XonoticScoreboardFadeTimeSlider::loadCvars(), XonoticSkinList::loadCvars(), XonoticSlider::loadCvars(), XonoticTextSlider::loadCvars(), XonoticWeaponarenaCheckBox::loadCvars(), XonoticKeyBinder::loadKeyBinds(), XonoticMapInfoDialog::loadMapInfo(), XonoticPlayerModelSelector::loadModels(), XonoticScreenshotBrowserTab::loadPreviewScreenshot(), XonoticResolutionSlider::loadResolutions(), XonoticScreenshotViewerDialog::loadScreenshot(), XonoticServerInfoDialog::loadServerInfo(), XonoticServerToSTab::loadToS(), XonoticUserbindEditDialog::loadUserBind(), XonoticToSDialog::loadXonoticToS(), Command::m_invokecmd(), GameItem::m_spawnfunc_hookreplace(), Weapon::m_spawnfunc_hookreplace(), Client::m_unwind(), XonoticTabController::makeTabButton(), XonoticTabController::makeTabButton_T(), Button::mouseDrag(), Container::mouseDrag(), InputBox::mouseDrag(), InputContainer::mouseDrag(), ListBox::mouseDrag(), Nexposee::mouseDrag(), Slider::mouseDrag(), XonoticColorpicker::mouseDrag(), XonoticColorpickerString::mouseDrag(), XonoticPicker::mouseDrag(), XonoticPlayList::mouseDrag(), XonoticScreenshotImage::mouseDrag(), XonoticWeaponsList::mouseDrag(), Container::mouseMove(), InputBox::mouseMove(), InputContainer::mouseMove(), ListBox::mouseMove(), Nexposee::mouseMove(), XonoticPicker::mouseMove(), XonoticScreenshotImage::mouseMove(), XonoticServerList::mouseMove(), Button::mouseRelease(), Container::mouseRelease(), InputBox::mouseRelease(), InputContainer::mouseRelease(), ListBox::mouseRelease(), Nexposee::mouseRelease(), Slider::mouseRelease(), XonoticColorpicker::mouseRelease(), XonoticColorpickerString::mouseRelease(), XonoticCvarList::mouseRelease(), XonoticPicker::mouseRelease(), XonoticWelcomeDialog::mouseRelease(), XonoticPicker::moveFocus(), Container::moveItemAfter(), Monster::mr_setup(), NadeOffhand::offhand_think(), OffhandWeapon::offhand_think(), XonoticPlayList::pauseSound(), Button::playClickSound(), CheckBox::playClickSound(), XonoticServerList::positionSortButton(), Container::preferredFocusedGrandChild(), XonoticScreenshotList::previewScreenshot(), Nexposee::pullNexposee(), MixedSlider::rangedIdentifierToText(), XonoticWelcomeDialog::readInputArgs(), BorderImage::recalcPositionWithText(), Label::recalcPositionWithText(), XonoticEntryList::refilter(), XonoticMapList::refilter(), XonoticMapList::refilterCallback(), XonoticServerList::refreshServerList(), Container::removeItem(), XonoticPlayList::removeSelectedFromPlayList(), BorderImage::resizeNotify(), Button::resizeNotify(), Container::resizeNotify(), Image::resizeNotify(), InputBox::resizeNotify(), InputContainer::resizeNotify(), Label::resizeNotify(), ListBox::resizeNotify(), ModalController::resizeNotify(), Nexposee::resizeNotify(), Slider::resizeNotify(), XonoticCampaignList::resizeNotify(), XonoticCharmap::resizeNotify(), XonoticCreditsList::resizeNotify(), XonoticCvarList::resizeNotify(), XonoticDemoList::resizeNotify(), XonoticEntryList::resizeNotify(), XonoticGametypeList::resizeNotify(), XonoticGuideDescription::resizeNotify(), XonoticHUDSkinList::resizeNotify(), XonoticKeyBinder::resizeNotify(), XonoticLanguageList::resizeNotify(), XonoticListBox::resizeNotify(), XonoticMapList::resizeNotify(), XonoticPlayerList::resizeNotify(), XonoticPlayerModelSelector::resizeNotify(), XonoticPlayList::resizeNotify(), XonoticScreenshotImage::resizeNotify(), XonoticScreenshotList::resizeNotify(), XonoticServerList::resizeNotify(), XonoticSkinList::resizeNotify(), XonoticSoundList::resizeNotify(), XonoticStatsList::resizeNotify(), XonoticTextBox::resizeNotify(), XonoticTopicList::resizeNotify(), XonoticWeaponsList::resizeNotify(), Container::resizeNotifyLie(), XonoticPlayList::resumeSound(), XonoticCampaignList::saveCvars(), XonoticCheckBox::saveCvars(), XonoticCheckBoxString::saveCvars(), XonoticColorButton::saveCvars(), XonoticColorpickerString::saveCvars(), XonoticDecibelsSlider::saveCvars(), XonoticGametypeList::saveCvars(), XonoticInputBox::saveCvars(), XonoticLanguageList::saveCvars(), XonoticMixedSlider::saveCvars(), XonoticPlayerModelSelector::saveCvars(), XonoticRadioButton::saveCvars(), XonoticResolutionSlider::saveCvars(), XonoticScoreboardFadeTimeSlider::saveCvars(), XonoticSkinList::saveCvars(), XonoticSlider::saveCvars(), XonoticTextSlider::saveCvars(), XonoticWeaponarenaCheckBox::saveCvars(), Container::saveFocus(), XonoticScreenshotList::screenshotName(), ListBox::scrollToItem(), Container::setAlphaOf(), CheckBox::setChecked(), XonoticCheckBox::setChecked(), XonoticCheckBoxString::setChecked(), XonoticColorButton::setChecked(), XonoticRadioButton::setChecked(), XonoticSliderCheckBox::setChecked(), XonoticWeaponarenaCheckBox::setChecked(), XonoticGuideDescription::setDescription(), Dialog::setFirstColumn(), Container::setFocus(), ListBox::setFocusedItem(), XonoticHUDSkinList::setHUDSkin(), XonoticLanguageList::setLanguage(), Nexposee::setNexposee(), XonoticPlayerList::setPlayerList(), ListBox::setSelected(), XonoticCampaignList::setSelected(), XonoticCvarList::setSelected(), XonoticEntryList::setSelected(), XonoticGametypeList::setSelected(), XonoticKeyBinder::setSelected(), XonoticLanguageList::setSelected(), XonoticScreenshotList::setSelected(), XonoticServerList::setSelected(), XonoticTopicList::setSelected(), XonoticSkinList::setSkin(), Slider::setSliderValue(), XonoticServerList::setSortOrder(), InputBox::setText(), Label::setText(), XonoticInputBox::setText(), XonoticTextBox::setText(), Slider::setValue(), XonoticMixedSlider::setValue(), XonoticSlider::setValue(), XonoticTextSlider::setValue(), TextSlider::setValueFromIdentifier(), MixedSlider::setValueFromNumberIdentifier(), XonoticMixedSlider::setValueSpace(), XonoticSlider::setValueSpace(), XonoticTextSlider::setValueSpace(), Image::setZoom(), XonoticFirstRunDialog::shouldShow(), XonoticToSDialog::shouldShow(), ModalController::showChild(), Button::showNotify(), Container::showNotify(), InputBox::showNotify(), Slider::showNotify(), XonoticCvarList::showNotify(), XonoticCvarsDialog::showNotify(), XonoticDamageTextSettings::showNotify(), XonoticDemoList::showNotify(), XonoticGameCrosshairSettingsTab::showNotify(), XonoticGameHUDSettingsTab::showNotify(), XonoticGameMessageSettingsTab::showNotify(), XonoticGameModelSettingsTab::showNotify(), XonoticGameViewSettingsTab::showNotify(), XonoticGameWeaponsSettingsTab::showNotify(), XonoticHUDSkinList::showNotify(), XonoticKeyBinder::showNotify(), XonoticMutatorsDialog::showNotify(), XonoticPlayerModelSelector::showNotify(), XonoticRootDialog::showNotify(), XonoticScreenshotList::showNotify(), XonoticSoundList::showNotify(), XonoticStatsList::showNotify(), XonoticTab::showNotify(), XonoticTeamSelectDialog::showNotify(), XonoticSkinList::skinParameter(), XonoticSoundList::soundName(), XonoticDemoList::startDemo(), XonoticScreenshotList::startScreenshot(), XonoticScreenshotList::startSlideShow(), XonoticPlayList::startSound(), XonoticScreenshotList::stopSlideShow(), XonoticPlayList::stopSound(), ModalController::switchState(), Dialog::TD(), Dialog::TDempty(), Dialog::TDNoMargin(), XonoticDemoList::timeDemo(), XonoticGuideTab::topicChangeNotify(), CheckBox::toString(), Image::toString(), Label::toString(), Slider::toString(), XonoticWeaponsList::toString(), Dialog::TR(), Turret::tr_setup(), Image::updateAspect(), ListBox::updateControlTopBottom(), XonoticCvarList::updateCvarType(), TextSlider::valueToIdentifier(), MixedSlider::valueToNumberIdentifier(), MixedSlider::valueToText(), Slider::valueToText(), TextSlider::valueToText(), and XonoticDecibelsSlider::valueToText().
| #define METHOD_REFERENCE | ( | cname, | |
| name ) |
| #define NEW | ( | cname, | |
| ... ) |
Definition at line 117 of file oo.qh.
Referenced by _draw_SetClip(), CallbackChain::CallbackChain_Add(), ClientState_attach(), ctf_Initialize(), Dialog_configureDialog(), Inventory_new(), InventoryStorage_attach(), LL_PUSH(), m_init_delayed(), MainWindow_configureMainWindow(), makeEasing(), makeKeyframe(), makeXonoticAudioSettingsTab(), makeXonoticBigButton(), makeXonoticBigCommandButton_T(), makeXonoticButton_T(), makeXonoticCampaignList(), makeXonoticCharmap(), makeXonoticCheckBoxEx_T(), makeXonoticCheckBoxString(), makeXonoticColorButton(), makeXonoticColorpicker(), makeXonoticColorpickerString(), makeXonoticCommandButton_T(), makeXonoticCreditsList(), makeXonoticCrosshairPicker(), makeXonoticCrosshairPreview(), makeXonoticCvarList(), makeXonoticDamageTextSettingsTab(), makeXonoticDecibelsSlider_T(), makeXonoticDemoBrowserTab(), makeXonoticDemoList(), makeXonoticEffectsSettingsTab(), makeXonoticGameCrosshairSettingsTab(), makeXonoticGameHUDSettingsTab(), makeXonoticGameMessageSettingsTab(), makeXonoticGameModelSettingsTab(), makeXonoticGameSettingsTab(), makeXonoticGametypeList(), makeXonoticGameViewSettingsTab(), makeXonoticGameWeaponsSettingsTab(), makeXonoticGuideTab(), makeXonoticHUDSkinList(), makeXonoticImage(), makeXonoticInputBox_T(), makeXonoticInputSettingsTab(), makeXonoticKeyBinder(), makeXonoticLanguageList(), makeXonoticLeaveMatchButton(), makeXonoticListBox(), makeXonoticMapList(), makeXonoticMiscSettingsTab(), makeXonoticMixedSlider_T(), makeXonoticMusicPlayerTab(), makeXonoticNexposee(), makeXonoticPicker(), makeXonoticPicmipSlider(), makeXonoticPlayerList(), makeXonoticPlayerModelSelector(), makeXonoticPlayList(), makeXonoticProfileTab(), makeXonoticRadioButton_T(), makeXonoticResolutionSlider(), makeXonoticScoreboardFadeTimeSlider(), makeXonoticScreenshotBrowserTab(), makeXonoticScreenshotImage(), makeXonoticScreenshotList(), makeXonoticServerCreateTab(), makeXonoticServerInfoTab(), makeXonoticServerList(), makeXonoticServerListTab(), makeXonoticServerToSTab(), makeXonoticSkinList(), makeXonoticSlider_T(), makeXonoticSliderCheckBox(), makeXonoticSoundList(), makeXonoticStatsList(), makeXonoticTabController(), makeXonoticTextBox(), makeXonoticTextLabel(), makeXonoticTextSlider_T(), makeXonoticUserSettingsTab(), makeXonoticVideoSettingsTab(), makeXonoticWeaponarenaCheckBox(), makeXonoticWeaponsList(), NET_HANDLE(), PlayerState_attach(), REGISTER(), REGISTER_BUFF(), REGISTER_BUFF(), REGISTER_BUFF(), REGISTER_BUFF(), REGISTER_BUFF(), REGISTER_BUFF(), REGISTER_BUFF(), REGISTER_BUFF(), REGISTER_BUFF(), REGISTER_BUFF(), REGISTER_BUFF(), REGISTER_BUFF(), REGISTER_BUFF(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_GAMETYPE(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_ITEM(), REGISTER_MONSTER(), REGISTER_MONSTER(), REGISTER_MONSTER(), REGISTER_MONSTER(), REGISTER_MONSTER(), REGISTER_MONSTER(), REGISTER_MUTATOR(), REGISTER_RESOURCE(), REGISTER_STATUSEFFECT(), REGISTER_STATUSEFFECT(), REGISTER_STATUSEFFECT(), REGISTER_STATUSEFFECT(), REGISTER_STATUSEFFECT(), REGISTER_STATUSEFFECT(), REGISTER_STATUSEFFECT(), REGISTER_STATUSEFFECT(), REGISTER_STATUSEFFECT(), REGISTER_STATUSEFFECT(), REGISTER_TURRET(), REGISTER_TURRET(), REGISTER_TURRET(), REGISTER_TURRET(), REGISTER_TURRET(), REGISTER_TURRET(), REGISTER_TURRET(), REGISTER_TURRET(), REGISTER_TURRET(), REGISTER_TURRET(), REGISTER_TURRET(), REGISTER_TURRET(), REGISTER_VEHICLE(), REGISTER_VEHICLE(), REGISTER_VEHICLE(), REGISTER_VEHICLE(), REGISTER_VEHICLE(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), REGISTER_WEAPON(), STATIC_INIT(), STATIC_INIT(), STATIC_INIT(), STATIC_INIT(), StatusEffects_new(), StatusEffectsStorage_attach(), TEST(), and TEST().
| #define new | ( | class | ) |
| #define new_pure | ( | class | ) |
purely logical entities (not linked to the area grid)
Definition at line 67 of file oo.qh.
Referenced by _Promise_done(), accuracy_init(), Announcer_Gamestart(), bd_setup_pieces(), bot_setcurrentcommand(), cl_notice_read(), ClientData_Attach(), ClientInit_Spawn(), counter_use(), Create_Effect_Entity(), ctf_SpawnTeam(), cvar_settemp(), Damage_DamageInfo(), defer(), dom_spawnteam(), dropclient_schedule(), EliminatedPlayers_Init(), entcs_attach(), func_vectormamamam_findtarget(), GetTeam(), kh_Initialize(), Kill_Notification(), Monster_Delay(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MX_Nick(), MX_Say(), MX_Typing(), Nagger_Init(), nb_spawnteam(), NET_HANDLE(), PingPLReport_Spawn(), Playerchecker_Think(), PlayerScore_Attach(), PostInit(), PutPlayerInServer(), RandomSeed_Spawn(), ReadEntcs(), readplayerstartcvars(), ReadyRestart_force(), REGISTER_MUTATOR(), round_handler_Spawn(), ScoreInfo_Init(), Send_Effect_Except(), Send_Notification(), Sort_Spawn(), spawnfunc(), spawnfunc(), spawnfunc(), STATIC_INIT(), STATIC_INIT(), STATIC_INIT(), STATIC_INIT(), STATIC_INIT_LATE(), SUB_CalcMove_Bezier(), SUB_UseTargets_Ex(), SurvivalStatuses_Init(), tdm_SpawnTeam(), Team_InitTeams(), TeamBalance_RemoveExcessPlayers(), TeamScore_Spawn(), tmayhem_SpawnTeam(), trigger_gravity_touch(), TrueAim_Init(), turret_findtarget(), url_multi_fopen(), url_single_fopen(), Violence_GibSplash_At(), W_Shotgun_Attack2(), WarpZone_Trace_InitTransform(), and wepent_link().
| #define spawn | ( | void | ) |
| #define spawn_pure | ( | ) |
| #define STATIC_ATTRIB | ( | cname, | |
| name, | |||
| type, | |||
| val ) |
Definition at line 243 of file oo.qh.
| #define STATIC_ATTRIB_STRZONE | ( | cname, | |
| name, | |||
| type, | |||
| val ) |
| #define STATIC_METHOD | ( | cname, | |
| name, | |||
| prototype ) |
Definition at line 278 of file oo.qh.
Referenced by Animation::ATTRIB().
| #define SUPER | ( | cname | ) |
Definition at line 231 of file oo.qh.
Referenced by BorderImage_draw(), BorderImage_recalcPositionWithText(), BorderImage_resizeNotify(), Button_configureButton(), Button_draw(), Button_resizeNotify(), CheckBox_draw(), CheckBox_toString(), Container_draw(), Container_resizeNotifyLie(), Buff::describe(), GameItem::describe(), Gametype::describe(), Monster::describe(), Mutator::describe(), Nade::describe(), Powerup::describe(), Turret::describe(), Vehicle::describe(), Weapon::describe(), Dialog_keyDown(), EntryList_StringFilterBox_keyDown(), CvarStringSource::getEntry(), Image_draw(), Image_resizeNotify(), InputBox_configureInputBox(), InputBox_resizeNotify(), InputBox_setText(), InputContainer_focusLeave(), InputContainer_keyDown(), InputContainer_mouseDrag(), InputContainer_mouseMove(), InputContainer_mouseRelease(), InputContainer_resizeNotify(), XonoticEntryList::keyDown(), Label_draw(), Label_resizeNotify(), ListBox_draw(), ListBox_resizeNotify(), MainWindow_draw(), MapList_StringFilterBox_keyDown(), MixedSlider_setValueFromNumberIdentifier(), ModalController_addItem(), ModalController_draw(), InputContainer::mousePress(), Nexposee::mousePress(), Nexposee_addItem(), Nexposee_draw(), Nexposee_focusEnter(), Nexposee_keyDown(), Nexposee_keyUp(), Nexposee_mouseDrag(), Nexposee_mouseMove(), Nexposee_mouseRelease(), CvarStringSource::reload(), XonoticRegisteredSettingsList::resizeNotify(), XonoticScrollPanel::resizeNotify(), XonoticRegisteredSettingsList::setSelected(), Slider_configureSliderVisuals(), Slider_draw(), Slider_resizeNotify(), TextSlider_setValueFromIdentifier(), XonoticCampaignList_draw(), XonoticCampaignList_keyDown(), XonoticCampaignList_resizeNotify(), XonoticCampaignList_setSelected(), XonoticCharmap_keyDown(), XonoticCharmap_resizeNotify(), XonoticColorButton_draw(), XonoticColorpicker_draw(), XonoticColorpickerString_draw(), XonoticCreditsList_draw(), XonoticCreditsList_keyDown(), XonoticCreditsList_resizeNotify(), XonoticCrosshairPicker_cellSelect(), XonoticCrosshairPicker_configureXonoticCrosshairPicker(), XonoticCrosshairPreview_draw(), XonoticCvarList_keyDown(), XonoticCvarList_mouseRelease(), XonoticCvarList_resizeNotify(), XonoticCvarList_setSelected(), XonoticCvarsDialog_showNotify(), XonoticDemoList_keyDown(), XonoticDemoList_resizeNotify(), XonoticDialog_configureDialog(), XonoticEntryList_resizeNotify(), XonoticEntryList_setSelected(), XonoticGameMenuDialog_draw(), XonoticGametypeList_draw(), XonoticGametypeList_keyDown(), XonoticGametypeList_resizeNotify(), XonoticGametypeList_setSelected(), XonoticGuideDescription_resizeNotify(), XonoticHUDSkinList_draw(), XonoticHUDSkinList_keyDown(), XonoticHUDSkinList_resizeNotify(), XonoticInputBox_keyDown(), XonoticInputBox_loadCvars(), XonoticInputBox_setText(), XonoticKeyBinder_keyDown(), XonoticKeyBinder_resizeNotify(), XonoticKeyBinder_setSelected(), XonoticLanguageList_keyDown(), XonoticLanguageList_loadCvars(), XonoticLanguageList_resizeNotify(), XonoticLanguageList_setSelected(), XonoticLeaveMatchButton_draw(), XonoticListBox_resizeNotify(), XonoticMapList_draw(), XonoticMapList_keyDown(), XonoticMapList_resizeNotify(), XonoticMixedSlider_setValue(), XonoticMutatorsDialog_close(), XonoticMutatorsDialog_showNotify(), XonoticPicker_draw(), XonoticPicmipSlider_draw(), XonoticPlayerList_resizeNotify(), XonoticPlayerModelSelector_draw(), XonoticPlayerModelSelector_resizeNotify(), XonoticPlayList_draw(), XonoticPlayList_keyDown(), XonoticPlayList_mouseDrag(), XonoticPlayList_resizeNotify(), XonoticProfileTab_draw(), XonoticRadioButton_draw(), XonoticResolutionSlider_draw(), XonoticRootDialog_showNotify(), XonoticScreenshotImage_draw(), XonoticScreenshotImage_resizeNotify(), XonoticScreenshotList_draw(), XonoticScreenshotList_keyDown(), XonoticScreenshotList_resizeNotify(), XonoticScreenshotList_setSelected(), XonoticScreenshotViewerDialog_close(), XonoticScreenshotViewerDialog_keyDown(), XonoticServerList_draw(), XonoticServerList_focusEnter(), XonoticServerList_keyDown(), XonoticServerList_mouseMove(), XonoticServerList_resizeNotify(), XonoticServerList_setSelected(), XonoticSkinList_keyDown(), XonoticSkinList_resizeNotify(), XonoticSlider_loadCvars(), XonoticSlider_setValue(), XonoticSliderCheckBox_draw(), XonoticSoundList_keyDown(), XonoticSoundList_resizeNotify(), XonoticStatsList_keyDown(), XonoticStatsList_resizeNotify(), XonoticTab_showNotify(), XonoticTeamSelectDialog_showNotify(), XonoticTextBox_resizeNotify(), XonoticTextLabel_draw(), XonoticTextSlider_setValue(), XonoticTopicList_keyDown(), XonoticTopicList_resizeNotify(), XonoticTopicList_setSelected(), XonoticWeaponsList_draw(), XonoticWeaponsList_keyDown(), XonoticWeaponsList_mouseDrag(), XonoticWeaponsList_resizeNotify(), XonoticWelcomeDialog_draw(), XonoticWelcomeDialog_keyDown(), and XonoticWelcomeDialog_mouseRelease().
| #define TRANSMUTE | ( | cname, | |
| this, | |||
| ... ) |
Definition at line 136 of file oo.qh.
Referenced by ClientCommand_clientversion(), ClientCommand_spectate(), ClientConnect(), Join(), lms_RemovePlayer(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), ObserverOrSpectatorThink(), PutClientInServer(), PutObserverInServer(), PutPlayerInServer(), ReadyRestart_force(), and SpectateUpdate().
| #define VTBL | ( | cname, | |
| base ) |
Definition at line 298 of file oo.qh.
Definition at line 97 of file oo.qh.
References _clearentity_ent, copyentity_qc(), entity(), is_pure, and make_impure.
Referenced by CSQC_Ent_Update(), and STATIC_INIT().
Definition at line 86 of file oo.qh.
References copyentity(), entity(), and IL_REMOVE_RAW().
Referenced by __spawnfunc_spawn(), clearentity(), ctf_Handle_Pickup(), and W_AttachToShotorg().
Definition at line 276 of file intrusivelist.qh.
References entity(), and IL_MAX.
Referenced by copyentity_qc().
| ACCUMULATE void ONREMOVE | ( | entity | this | ) |
| void RegisterClasses | ( | ) |
| STATIC_INIT | ( | clearentity | ) |
Definition at line 93 of file oo.qh.
References _clearentity_ent, clearentity(), and new_pure.
| STATIC_INIT | ( | RegisterClasses | ) |
Definition at line 293 of file oo.qh.
References RegisterClasses().
| entity _clearentity_ent |
Definition at line 92 of file oo.qh.
Referenced by clearentity(), and STATIC_INIT().
| bool pure_data |
Definition at line 9 of file oo.qh.
Referenced by reset_map().
| string sourceLoc |
Location entity was spawned from in source.
Definition at line 27 of file oo.qh.
Referenced by __spawn(), CSQC_Ent_Update(), debug_send(), NET_HANDLE(), and unref().