Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
A list of action from log (shared by Alree) :
some can be useful for triggering lua events
ISActivateCarBatteryChargerAction
ISActivateGenerator
ISAddCompost
ISAddFuel
ISAddItemInRecipe
ISAddSheetAction
ISAddSheetRope
ISAddWaterFromItemAction
ISApplyBandage
ISAttachItemHotbar
ISBarricadeAction
ISBBQAddFuel
ISBBQExtinguish
ISBBQInfoAction
ISBBQInsertPropaneTank
ISBBQLightFromKindle
ISBBQLightFromLiterature
ISBBQLightFromPetrol
ISBBQRemovePropaneTank
ISBBQToggle
ISBurnCorpseAction
ISBuryCorpse
ISCampingInfoAction
ISChopTreeAction
ISCleanBandage
ISCleanBlood
ISCleanBurn
ISClearAshes
ISClimbOverFence
ISClimbSheetRopeAction
ISClimbThroughWindow
ISClothingExtraAction
ISComfreyCataplasm
ISConnectCarBatteryToChargerAction
ISConsolidateDrainable
ISCraftAction
ISCutHair
ISDestroyStuffAction
ISDetachItemHotbar
ISDisinfect
ISDismantleAction
ISDrinkFromBottle
ISDropItemAction
ISDropWorldItemAction
ISDryMyself
ISDumpContentsAction
ISDumpWaterAction
ISDyeHair
ISEatFoodAction
ISEjectMagazine
ISEmptyRainBarrelAction
ISEquipHeavyItem
ISEquipWeaponAction
ISFillGrave
ISFinalizeDealAction
ISFireplaceAddFuel
ISFireplaceExtinguish
ISFireplaceInfoAction
ISFireplaceLightFromKindle
ISFireplaceLightFromLiterature
ISFireplaceLightFromPetrol
ISFitnessAction
ISFixAction
ISFixGenerator
ISGarlicCataplasm
ISGeneratorInfoAction
ISGetCompost
ISGrabCorpseAction
ISGrabItemAction
ISInsertMagazine
ISInventoryTransferAction
ISLightActions
ISLoadBulletsInMagazine
ISLockDoor
ISMedicalCheckAction
ISOpenCloseCurtain
ISOpenCloseDoor
ISOpenCloseWindow
ISOpenContainerTimedAction
ISOvenUITimedAction
ISPadlockAction
ISPickupBrokenGlass
ISPlaceCarBatteryChargerAction
ISPlaceTrap
ISPlantainCataplasm
ISPlugGenerator
ISPlumbItem
ISPutOutFire
ISQueueActionsAction
ISRackFirearm
ISReadABook
ISReadWorldMap
ISReloadWeaponAction
ISRemoveBrokenGlass
ISRemoveBullet
ISRemoveBush
ISRemoveCarBatteryFromChargerAction
ISRemoveGlass
ISRemoveGrass
ISRemovePatch
ISRemoveSheetAction
ISRemoveSheetRope
ISRemoveWeaponUpgrade
ISRepairClothing
ISRestAction
ISRipClothing
ISScavengeAction
ISSetComboWasherDryerMode
ISSitOnChairAction
ISSmashWindow
ISSplint
ISStitch
ISStopAlarmClockAction
ISTakeCarBatteryChargerAction
ISTakeFuel
ISTakeGenerator
ISTakePillAction
ISTakeTrap
ISTakeWaterAction
ISTimedActionQueue
ISToggleClothingDryer
ISToggleClothingWasher
ISToggleComboWasherDryer
ISToggleLightAction
ISToggleSafetyAction
ISToggleStoveAction
ISTransferWaterAction
ISTrimBeard
ISUnbarricadeAction
ISUnequipAction
ISUnloadBulletsFromFirearm
ISUnloadBulletsFromMagazine
ISUpgradeWeapon
ISWakeOtherPlayer
ISWashClothing
ISWashYourself
ISWearClothing
Thanks :)
Cheers, I'm aware of those.
In fact a bunch of hooks already using some of those - if you need to create specific you can quite literally contribute yourself, hooks are rather easy to implement if you follow existing examples. Framework already handles all the shenanigans in the background so you don't have to. (see FAQ on main page).
Simple example here of how "OnDestroy" works[bitbucket.org]