|
My Project v1
Project
|
成员的完整列表,这些成员属于 Game.JsModLoader,包括所有继承而来的类成员
| __ModInitialize() | Game.ModLoader | virtual |
| AfterWidgetUpdate(Widget widget) | Game.ModLoader | virtual |
| ApplyArmorProtection(ComponentClothing componentClothing, float attackPower, bool appliedByOtherMods, out bool Applied) | Game.ModLoader | virtual |
| ApplyProtectionAfterClothes(ComponentClothing componentClothing, Attackment attackment, List< int > listAfterProtection, ref float attackPowerAfteProtection) | Game.ModLoader | virtual |
| ApplyProtectionBeforeClothes(ComponentClothing componentClothing, Attackment attackment, ref float attackPowerAfteProtection) | Game.ModLoader | virtual |
| AttackBody(ComponentBody target, ComponentCreature attacker, Vector3 hitPoint, Vector3 hitDirection, ref float attackPower, bool isMeleeAttack) | Game.ModLoader | virtual |
| AttackPowerParameter(ComponentBody target, ComponentCreature attacker, Vector3 hitPoint, Vector3 hitDirection, ref float impulseFactor, ref float stunTimeFactor, ref bool recalculate) | Game.ModLoader | virtual |
| BeforeGameLoading(PlayScreen playScreen, object item) | Game.ModLoader | virtual |
| BeforeMinerPlace(ComponentMiner componentMiner, TerrainRaycastResult terrainRaycastResult, int x, int y, int z, BlockPlacementData placementData, out bool PlacementNotAllowed) | Game.ModLoader | virtual |
| BeforeWidgetDrawItemRender(Widget.DrawItem drawItem, out bool skipVanillaDraw, out Action afterWidgetDraw, ref Rectangle scissorRectangle, Widget.DrawContext drawContext) | Game.ModLoader | virtual |
| BeforeWidgetUpdate(Widget widget) | Game.ModLoader | virtual |
| BlocksInitalized() | Game.ModLoader | virtual |
| BodyCountInRaycast(ComponentBody componentBody, Ray3 ray, out bool skip) | Game.ModLoader | virtual |
| CalculateCreatureInjuryAmount(Injury injury) | Game.JsModLoader | virtual |
| CalculateExplosionPower(SubsystemExplosions subsystemExplosions, ref float explosionPower) | Game.ModLoader | virtual |
| CalculateFallDamage(ComponentHealth componentHealth, ref float damage) | Game.ModLoader | virtual |
| CalculateLighting(ref float brightness) | Game.ModLoader | virtual |
| CalculateSmoothLight(SubsystemTerrain subsystemTerrain, Vector3 p, ref float num) | Game.ModLoader | virtual |
| CallNearbyCreaturesHelp(ComponentHerdBehavior herdBehavior, ComponentCreature target, float maxRange, float maxChaseTime, bool isPersistent, out bool skipVanilla) | Game.ModLoader | virtual |
| ChangeGameTimeDelta(SubsystemTime subsystemTime, ref float dt) | Game.ModLoader | virtual |
| ChangeSkyColor(Color oldColor, Vector3 direction, float timeOfDay, int temperature) | Game.ModLoader | virtual |
| ChangeVisualEffectOnInjury(ComponentHealth componentHealth, float lastHealth, ref float redScreenFactor, ref bool playPainSound, ref int healthBarFlashCount, ref float creatureModelRedFactor) | Game.ModLoader | virtual |
| ChaseBehaviorScoreTarget(ComponentChaseBehavior chaseBehavior, ComponentCreature creatureToBeTarget, ref float score) | Game.ModLoader | virtual |
| ClothingProcessSlotItems(ComponentPlayer componentPlayer, Block block, int slotIndex, int value, int count) | Game.ModLoader | virtual |
| ClothingWidgetOpen(ComponentGui componentGui, ClothingWidget clothingWidget) | Game.ModLoader | virtual |
| CompareModVersion(string currentVersion, string lastVersion) | Game.ModLoader | virtual |
| CraftingRecipesManagerInitialize(List< CraftingRecipe > recipes, ref bool sort) | Game.ModLoader | virtual |
| CraftingRecipesManagerInitialized() | Game.ModLoader | virtual |
| DamageItem(Block block, int oldValue, int damageCount, Entity owner, out bool skipVanilla) | Game.ModLoader | virtual |
| DeadBeforeDrops(ComponentHealth componentHealth, ref KillParticleSystem killParticleSystem, ref bool dropAllItems) | Game.ModLoader | virtual |
| DecideArmorProtectionSequence(ComponentClothing componentClothing, Attackment attackment, float randomNumber, List< int > clothesList) | Game.ModLoader | virtual |
| DecideLoot(ComponentLoot componentLoot, List< BlockDropValue > dropValues) | Game.ModLoader | virtual |
| DecodeIngredient(string ingredient, out string craftingId, out int? data, out bool Decoded) | Game.ModLoader | virtual |
| DecodeResult(string result, out bool Decoded) | Game.ModLoader | virtual |
| DispenserChooseItemToDispense(ComponentDispenser componentDispenser, ref int slot, ref int value, out bool chosen) | Game.ModLoader | virtual |
| DrawToScreen(ViewWidget viewWidget, Widget.DrawContext dc) | Game.ModLoader | virtual |
| EditBlockDescriptionScreen(Dictionary< string, string > blockProperties) | Game.ModLoader | virtual |
| EditRecipeScreenWidget(RecipaediaRecipesScreen screen) | Game.ModLoader | virtual |
| Entity | Game.ModLoader | |
| EntityComponentsInitialized(Entity entity, List< KeyValuePair< int, Component > > componentList) | Game.ModLoader | virtual |
| FindCoarseSpawnPosition(ITerrainContentsGenerator terrainContentsGenerator, ref Vector3 spawnPosition) | Game.ModLoader | virtual |
| FindHerdCenter(ComponentCreature componentCreature, out Vector3? herdCenter, out bool skipVanilla) | Game.ModLoader | virtual |
| GenerateChunkLightSources(DynamicArray< TerrainUpdater.LightSource > lightSources, TerrainChunk chunk) | Game.ModLoader | virtual |
| GenerateChunkVertices(TerrainChunk chunk, bool even) | Game.ModLoader | virtual |
| GetMaxInstancesCount() | Game.ModLoader | virtual |
| GetModFile(string filename, Action< Stream > stream, out bool skip, out bool fileFound) | Game.ModLoader | virtual |
| GetModFiles(string extension, Action< string, Stream > action, out bool skip) | Game.ModLoader | virtual |
| GrowPlant(SubsystemPlantBlockBehavior subsystemPlantBlockBehavior, int x, int y, int z, int pollPass, out bool skipVanilla) | Game.ModLoader | virtual |
| GuiDraw(ComponentGui componentGui, Camera camera, int drawOrder) | Game.ModLoader | virtual |
| GuiUpdate(ComponentGui componentGui) | Game.ModLoader | virtual |
| HandleInventoryDragMove(InventorySlotWidget inventorySlotWidget, IInventory sourceInventory, int sourceSlotIndex, IInventory targetInventory, int targetSlotIndex, bool skippedByOtherMods, out bool skip) | Game.ModLoader | virtual |
| HandleInventoryDragProcess(InventorySlotWidget inventorySlotWidget, IInventory sourceInventory, int sourceSlotIndex, IInventory targetInventory, int targetSlotIndex, ref int ProcessCapacity) | Game.ModLoader | virtual |
| HandleMoveInventoryItem(InventorySlotWidget inventorySlotWidget, IInventory sourceInventory, int sourceSlotIndex, IInventory targetInventory, int targetSlotIndex, ref int count, out bool moved) | Game.ModLoader | virtual |
| InitializeClothingSlots() | Game.ModLoader | virtual |
| InitializeCreatureTypes(SubsystemCreatureSpawn spawn, List< SubsystemCreatureSpawn.CreatureType > creatureTypes) | Game.ModLoader | virtual |
| InventorySlotWidgetMeasureOverride(InventorySlotWidget inventorySlotWidget, Vector2 parentAvailableSize) | Game.ModLoader | virtual |
| LoadCreatureInfoInBestiaryScreen(BestiaryScreen bestiaryScreen, ContainerWidget creatureInfoWidget, BestiaryCreatureInfo bestiaryCreatureInfo, ValuesDictionary entityValuesDictionary) | Game.ModLoader | virtual |
| LoadSettings(XElement xElement) | Game.ModLoader | virtual |
| LoadWorldInfoWidget(WorldInfo worldInfo, XElement savedWorldItemNode, ref ContainerWidget worldInfoWidget) | Game.ModLoader | virtual |
| MatchRecipe(string[] requiredIngredients, string[] actualIngredient, out bool Matched) | Game.ModLoader | virtual |
| MenuPlayMusic(out string ContentMusicPath) | Game.ModLoader | virtual |
| ModDispose() | Game.ModLoader | virtual |
| ModelShaderParameter(Shader shader, Camera camera, List< SubsystemModelsRenderer.ModelData > modelsData, float? alphaThreshold) | Game.ModLoader | virtual |
| OnBlockDug(ComponentMiner componentMiner, BlockPlacementData digValue, int cellValue, ref int DurabilityReduction, ref bool mute, ref int PlayerDataDugAdd) | Game.ModLoader | virtual |
| OnBlockExploded(SubsystemTerrain subsystemTerrain, int x, int y, int z, int value) | Game.ModLoader | virtual |
| OnCameraChange(ComponentPlayer m_componentPlayer, ComponentGui componentGui) | Game.ModLoader | virtual |
| OnCapture() | Game.ModLoader | virtual |
| OnChaseBehaviorAttacked(ComponentChaseBehavior componentChaseBehavior, float chaseTimeBefore, ref float chaseTime, ref bool hitBody, ref bool playAttackSound) | Game.ModLoader | virtual |
| OnChaseBehaviorAttackFailed(ComponentChaseBehavior componentChaseBehavior, ref float chaseTime) | Game.ModLoader | virtual |
| OnChaseBehaviorStartChasing(ComponentChaseBehavior chaseBehavior) | Game.ModLoader | virtual |
| OnChaseBehaviorStopChasing(ComponentChaseBehavior chaseBehavior) | Game.ModLoader | virtual |
| OnComponentBodyExploded(ComponentBody componentBody, ref Injury explosionInjury, ref Vector3 Impulse, ref bool SetOnFire, ref float Fluctuation) | Game.ModLoader | virtual |
| OnComponentBodyExplodedStart(ComponentBody componentBody, Vector3 explosionCenter, float explosionPressure, ref float shakeStrength) | Game.ModLoader | virtual |
| OnComponentLocomotionLoaded(ComponentLocomotion componentLocomotion, ref float mobWalkSpeedFactor, ref float mobFlySpeedFactor, ref float mobSwimSpeedFactor, ref bool disableCreativeFlyInSurvivalMode) | Game.ModLoader | virtual |
| OnCraftingRecipeDecode(List< CraftingRecipe > m_recipes, XElement element, out bool Decoded) | Game.ModLoader | virtual |
| OnCreatureDied(ComponentHealth componentHealth, Injury injury, ref int experienceOrbDrop, ref bool CalculateInKill) | Game.ModLoader | virtual |
| OnCreatureDying(ComponentHealth componentHealth, Injury injury) | Game.ModLoader | virtual |
| OnCreatureInjure(ComponentHealth componentHealth, float amount, ComponentCreature attacker, bool ignoreInvulnerability, string cause, out bool Skip) | Game.ModLoader | virtual |
| OnCreatureSpiked(ComponentHealth componentHealth, SubsystemBlockBehavior spikeBlockBehavior, CellFace cellFace, float velocity, ref Injury blockInjury) | Game.ModLoader | virtual |
| OnDespawned(Entity entity, ComponentSpawn componentSpawn) | Game.ModLoader | virtual |
| OnDispenserDispensePickable(ComponentDispenser componentDispenser, ref Pickable pickable, ref int RemoveSlotCount) | Game.ModLoader | virtual |
| OnDispenserShoot(ComponentDispenser componentDispenser, ref Projectile projectile, ref bool canDispensePickable, ref int RemoveSlotCount) | Game.ModLoader | virtual |
| OnDrawItemAssigned(Widget.DrawContext drawContext) | Game.ModLoader | virtual |
| OnEatPickable(ComponentEatPickableBehavior eatPickableBehavior, Pickable EatPickable, out bool Dealed) | Game.ModLoader | virtual |
| OnEntityAdd(Entity entity) | Game.ModLoader | virtual |
| OnEntityRemove(Entity entity) | Game.ModLoader | virtual |
| OnFactorsGenerate(ComponentFactors componentFactors) | Game.ModLoader | virtual |
| OnFactorsUpdate(ComponentFactors componentFactors, float dt) | Game.ModLoader | virtual |
| OnFurnitureDesigned(FurnitureDesign furnitureDesign, bool designedFromExistingFurniture, ref int pickableCount, ref bool destroyDesignBlocks, ref int toolDamageCount) | Game.ModLoader | virtual |
| OnIDrawableAdded(SubsystemDrawing subsystemDrawing, IDrawable drawable, bool skippedByOtherMods, out bool skip) | Game.ModLoader | virtual |
| OnInventorySlotWidgetDefined(InventorySlotWidget inventorySlotWidget, out List< Widget > childrenWidgetsToAdd) | Game.ModLoader | virtual |
| OnIUpdateableAddOrRemove(SubsystemUpdate subsystemUpdate, IUpdateable updateable, bool ToAdd1OrRemove0, bool skippedByOtherMods, out bool skip) | Game.ModLoader | virtual |
| OnLevelUpdate(ComponentLevel level) | Game.ModLoader | virtual |
| OnLightningStrike(SubsystemSky subsystemSky, ref Vector3 targetPosition, ref bool strike, ref float explosionPressure, ref bool setBodyOnFire) | Game.ModLoader | virtual |
| OnLoadingFinished(List< System.Action > actions) | Game.ModLoader | virtual |
| OnLoadingStart(List< System.Action > actions) | Game.ModLoader | virtual |
| OnLocomotionStopped(ComponentLocomotion componentLocomotion, ref bool fallsOnDeathOrStun) | Game.ModLoader | virtual |
| OnMainMenuScreenCreated(MainMenuScreen mainMenuScreen, StackPanelWidget leftBottomBar, StackPanelWidget rightBottomBar) | Game.ModLoader | virtual |
| OnMainMenuScreenUpdate(MainMenuScreen mainMenuScreen, StackPanelWidget leftBottomBar, StackPanelWidget rightBottomBar) | Game.ModLoader | virtual |
| OnMinerDig(ComponentMiner miner, TerrainRaycastResult raycastResult, ref float DigProgress, out bool Digged) | Game.JsModLoader | virtual |
| OnMinerHit(ComponentMiner miner, ComponentBody componentBody, Vector3 hitPoint, Vector3 hitDirection, ref float attackPower, ref float playerProbability, ref float creatureProbability, out bool Hitted) | Game.ModLoader | virtual |
| OnMinerHit2(ComponentMiner componentMiner, ComponentBody componentBody, Vector3 hitPoint, Vector3 hitDirection, ref int durabilityReduction, ref Attackment attackment) | Game.ModLoader | virtual |
| OnMinerPlace(ComponentMiner miner, TerrainRaycastResult raycastResult, int x, int y, int z, int value, out bool Placed) | Game.JsModLoader | virtual |
| OnModalPanelWidgetSet(ComponentGui gui, Widget Old, Widget New) | Game.ModLoader | virtual |
| OnModelAnimate(ComponentCreatureModel componentCreatureModel, out bool Skip) | Game.ModLoader | virtual |
| OnModelRendererDrawExtra(SubsystemModelsRenderer modelsRenderer, SubsystemModelsRenderer.ModelData modelData, Camera camera, float? alphaThreshold) | Game.ModLoader | virtual |
| OnMovingBlockSetAdded(ref SubsystemMovingBlocks.MovingBlockSet movingBlockSet, SubsystemMovingBlocks subsystemMovingBlocks, ref bool testCollision, out bool doNotAdd) | Game.ModLoader | virtual |
| OnMovingBlockSetRemoved(IMovingBlockSet movingBlockSet, SubsystemMovingBlocks subsystemMovingBlocks) | Game.ModLoader | virtual |
| OnMovingBlockSetUpdate(IMovingBlockSet movingBlockSet, SubsystemMovingBlocks subsystemMovingBlocks, bool skippedByOtherMods, out bool skipVanilla) | Game.ModLoader | virtual |
| OnPickableAdded(SubsystemPickables subsystemPickables, ref Pickable pickable, ValuesDictionary loadValuesDictionary) | Game.ModLoader | virtual |
| OnPickableDraw(Pickable pickable, SubsystemPickables subsystemPickables, Camera camera, int drawOrder, ref bool shouldDrawBlock, ref float drawBlockSize, ref Color drawBlockColor) | Game.ModLoader | virtual |
| OnPlayerControlBoat(ComponentPlayer componentPlayer, bool skippedByOtherMods, out bool skipVanilla) | Game.ModLoader | virtual |
| OnPlayerControlOtherMount(ComponentPlayer componentPlayer, bool skippedByOtherMods, out bool skipVanilla) | Game.ModLoader | virtual |
| OnPlayerControlSteed(ComponentPlayer componentPlayer, bool skippedByOtherMods, out bool skipVanilla) | Game.ModLoader | virtual |
| OnPlayerControlWalk(ComponentPlayer componentPlayer, bool skippedByOtherMods, out bool skipVanilla) | Game.ModLoader | virtual |
| OnPlayerDead(PlayerData playerData) | Game.JsModLoader | virtual |
| OnPlayerInputDrop(ComponentPlayer componentPlayer, bool skippedByOtherMods, out bool skipVanilla) | Game.ModLoader | virtual |
| OnPlayerInputHit(ComponentPlayer componentPlayer, ref bool playerOperated, ref double timeIntervalHit, ref float meleeAttackRange, bool skippedByOtherMods, out bool skipVanilla) | Game.ModLoader | virtual |
| OnPlayerInputInteract(ComponentPlayer componentPlayer, ref bool playerOperated, ref double timeIntervalLastActionTime, ref int priorityUse, ref int priorityInteract, ref int priorityPlace) | Game.ModLoader | virtual |
| OnPlayerModelWidgetMeasureOverride(PlayerModelWidget playerModelWidget) | Game.ModLoader | virtual |
| OnPlayerSpawned(PlayerData.SpawnMode spawnMode, ComponentPlayer componentPlayer, Vector3 position) | Game.JsModLoader | virtual |
| OnProjectDisposed() | Game.JsModLoader | virtual |
| OnProjectileAdded(SubsystemProjectiles subsystemProjectiles, ref Projectile projectile, ValuesDictionary loadValuesDictionary) | Game.ModLoader | virtual |
| OnProjectileDraw(Projectile projectile, SubsystemProjectiles subsystemProjectiles, Camera camera, int drawOrder, ref bool shouldDrawBlock, ref float drawBlockSize, ref Color drawBlockColor) | Game.ModLoader | virtual |
| OnProjectileFlyOutOfLoadedChunks(Projectile projectile) | Game.ModLoader | virtual |
| OnProjectileHitBody(Projectile projectile, BodyRaycastResult bodyRaycastResult, ref Attackment attackment, ref Vector3 velocityAfterAttack, ref Vector3 angularVelocityAfterAttack, ref bool ignoreBody) | Game.ModLoader | virtual |
| OnProjectileHitTerrain(Projectile projectile, TerrainRaycastResult terrainRaycastResult, ref bool triggerBlocksBehavior, ref bool destroyCell, ref float impactSoundLoudness, ref bool projectileGetStuck, ref Vector3 velocityAfterHit, ref Vector3 angularVelocityAfterHit) | Game.ModLoader | virtual |
| OnProjectileTurnIntoPickable(Projectile projectile, ref Pickable pickable) | Game.ModLoader | virtual |
| OnProjectLoaded(Project project) | Game.JsModLoader | virtual |
| OnProjectXmlSaved(XElement xElement) | Game.ModLoader | virtual |
| OnReadSpawnData(Entity entity, SpawnEntityData spawnEntityData) | Game.ModLoader | virtual |
| OnSaveSpawnData(ComponentSpawn spawn, SpawnEntityData spawnEntityData) | Game.ModLoader | virtual |
| OnScreenEntered(Screen screen, object[] screenParameters) | Game.ModLoader | virtual |
| OnScreenLeaved(Screen screen) | Game.ModLoader | virtual |
| OnSetModel(ComponentModel componentModel, Model model, out bool IsSet) | Game.ModLoader | virtual |
| OnTerrainBrushesCreated() | Game.ModLoader | virtual |
| OnTerrainContentsGenerated(TerrainChunk chunk) | Game.ModLoader | virtual |
| OnTreasureGenerate(SubsystemTerrain subsystemTerrain, int x, int y, int z, int neighborX, int neighborY, int neighborZ, ref int BlockValue, ref int Count, out bool IsGenerate) | Game.ModLoader | virtual |
| OnWidgetConstruct(ref Widget widget) | Game.ModLoader | virtual |
| OnXdbLoad(XElement xElement) | Game.ModLoader | virtual |
| PlayInGameMusic() | Game.ModLoader | virtual |
| PrepareModels(SubsystemModelsRenderer subsystemModelsRenderer, Camera camera, bool skippedByOtherMods, out bool skip) | Game.ModLoader | virtual |
| ProcessAttackment(Attackment attackment) | Game.JsModLoader | virtual |
| ProjectBeforeSubsystemsAndEntitiesLoad(Project project) | Game.ModLoader | virtual |
| ProjectXmlLoad(XElement xElement) | Game.ModLoader | virtual |
| ProjectXmlSave(XElement xElement) | Game.ModLoader | virtual |
| RenderModels(SubsystemModelsRenderer subsystemModelsRenderer, Camera camera, int drawOrder, bool skippedByOtherMods, out bool skip) | Game.ModLoader | virtual |
| ResetOptionsForNonCreativeMode(WorldSettings worldSettings, EnvironmentBehaviorMode environmentBehaviorModeBefore, TimeOfDayMode timeOfDayModeBefore, bool areWeatherEffectsEnabledBefore, bool areSurvivalMechanicsEnabledBefore) | Game.ModLoader | virtual |
| SavePickable(SubsystemPickables subsystemPickables, Pickable pickable, ref ValuesDictionary valuesDictionary) | Game.ModLoader | virtual |
| SaveProjectile(SubsystemProjectiles subsystemProjectiles, Projectile projectile, ref ValuesDictionary valuesDictionary) | Game.ModLoader | virtual |
| SaveSettings(XElement xElement) | Game.ModLoader | virtual |
| ScoreMount(ComponentRider componentRider, ComponentMount componentMount, out float? score) | Game.ModLoader | virtual |
| SetClothes(ComponentClothing componentClothing, ClothingSlot slot, IEnumerable< int > clothes) | Game.ModLoader | virtual |
| SetFurnitureDesignColor(FurnitureDesign design, Block block, int value, ref int FaceTextureSlot, ref Color Color) | Game.ModLoader | virtual |
| SetHitInterval(ComponentMiner miner, ref double hitInterval) | Game.ModLoader | virtual |
| SetHitValueParticleSystem(HitValueParticleSystem hitValueParticleSystem, Attackment attackment) | Game.ModLoader | virtual |
| SetRainAndSnowColor(ref Color rainColor, ref Color snowColor) | Game.ModLoader | virtual |
| SetShaderParameter(Shader shader, Camera camera) | Game.ModLoader | virtual |
| SkyDrawExtra(SubsystemSky subsystemSky, Camera camera) | Game.ModLoader | virtual |
| SpawnEntity(SubsystemSpawn spawn, Entity entity, SpawnEntityData spawnEntityData, out bool Spawned) | Game.ModLoader | virtual |
| SubsystemUpdate(float dt) | Game.ModLoader | virtual |
| TerrainChangeCell(SubsystemTerrain subsystemTerrain, int x, int y, int z, int value, out bool Skip) | Game.ModLoader | virtual |
| TerrainContentsGenerator23Initialize(ITerrainContentsGenerator terrainContentsGenerator, SubsystemTerrain subsystemTerrain) | Game.ModLoader | virtual |
| TerrainContentsGenerator24Initialize(ITerrainContentsGenerator terrainContentsGenerator, SubsystemTerrain subsystemTerrain) | Game.ModLoader | virtual |
| ToAllocateChunks(TerrainUpdater terrainUpdater, TerrainUpdater.UpdateLocation[] locations) | Game.ModLoader | virtual |
| ToFreeChunks(TerrainUpdater terrainUpdater, TerrainChunk chunk, out bool KeepWorking) | Game.ModLoader | virtual |
| UpdateChaseBehaviorChasing(ComponentChaseBehavior chaseBehavior) | Game.ModLoader | virtual |
| UpdateChaseBehaviorLookingForTarget(ComponentChaseBehavior chaseBehavior) | Game.ModLoader | virtual |
| UpdateComponentBody(ComponentBody componentBody, float dt, bool skippedByOtherMods, out bool skipVanilla) | Game.ModLoader | virtual |
| UpdateCreaturePropertiesInBestiaryDescriptionScreen(BestiaryDescriptionScreen bestiaryDescriptionScreen, BestiaryCreatureInfo bestiaryCreatureInfo, ValuesDictionary entityValuesDictionary) | Game.ModLoader | virtual |
| UpdateDeathCameraWidget(PlayerData playerData, ref bool disableVanillaTapToRespawnAction, ref bool respawn) | Game.ModLoader | virtual |
| UpdateInput(ComponentInput componentInput, WidgetInput widgetInput) | Game.ModLoader | virtual |
| UpdatePlayerInputAim(ComponentPlayer componentPlayer, bool aiming, ref bool playerOperated, ref float timeIntervalAim, bool skippedByOtherMods, out bool skipVanilla) | Game.ModLoader | virtual |
| UpdatePlayerInputDig(ComponentPlayer componentPlayer, bool digging, ref bool playerOperated, ref double timeIntervalDig, bool skippedByOtherMods, out bool skipVanilla) | Game.ModLoader | virtual |
| ViewFogColor(float ViewUnderWaterDepth, float ViewUnderMagmaDepth, ref Color viewFogColor) | Game.ModLoader | virtual |
| WindowModeChanged(WindowMode mode) | Game.ModLoader | virtual |