Guest User

Untitled

a guest
Sep 19th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. SKSE 1.5.11 Papyrus Functions
  2.  
  3. ActiveMagicEffect
  4. - GetDuration
  5. - GetTimeElapsed
  6.  
  7. Actor.psc
  8. - GetWornForm
  9. - GetSpellCount
  10. - GetNthSpell
  11.  
  12. ActorBase.psc
  13. - Get/SetCombatStyle
  14. - GetOutfit
  15. - SetClass
  16. - Get/SetWeight
  17. - GetNumHeadParts
  18. - Get/SetNthHeadPart
  19. - Get/SetFaceMorph
  20. - Get/SetFacePreset
  21. - Get/SetHairColor
  22. - GetSpellCount
  23. - GetNthSpell
  24.  
  25. Alias.psc
  26. - GetName
  27. - GetID
  28.  
  29. Apparatus.psc
  30. - Get/SetQuality
  31.  
  32. Armor.psc
  33. - Get/Set/ModArmorRating
  34. - Get/SetSlotMask
  35. - AddSlotTo/RemoveSlotFromMask
  36. - GetMaskForSlot
  37. - Slot properties
  38. - IsBoots/Cuirass/Gauntlets/Helmet/Shield
  39. - IsLightArmor/HeavyArmor/Clothing/Jewelry
  40. - IsClothingBody/Head/Feet/Hands/Ring/Rich/Poor
  41. - GetWeightClass
  42. - Get/Set/ModelPath/IconPath/MessageIconPath
  43. - Get/SetEnchantment
  44. - GetNumArmorAddons
  45. - GetNthArmorAddon
  46.  
  47. ArmorAddon.psc
  48. - Get/SetModelPath
  49. - GetModelNumTextureSets
  50. - Get/SetModelNthTextureSet
  51. - GetNumAdditionalRaces
  52. - GetNthAdditionalRace
  53.  
  54. Book.psc
  55. - GetSpell
  56.  
  57. Cell.psc
  58. - GetNumRefs
  59. - GetNthRef
  60.  
  61. ColorForm.psc
  62. - GetRed/Green/Blue
  63. - GetHue/Saturation/Luminosity
  64.  
  65. CombatStyle.psc
  66. - Get/SetOffensiveMult
  67. - Get/SetDefensiveMult
  68. - Get/SetGroupOffensiveMult
  69. - Get/SetAvoidThreatChance
  70. - Get/SetMeleeMult
  71. - Get/SetRangedMult
  72. - Get/SetShoutMult
  73. - Get/SetStaffMult
  74. - Get/SetUnarmedMult
  75. - Get/SetMeleeAttackStaggeredMult
  76. - Get/SetMeleePowerAttackStaggeredMult
  77. - Get/SetMeleePowerAttackBlockingMult
  78. - Get/SetMeleeBashMult
  79. - Get/SetMeleeBashRecoiledMult
  80. - Get/SetMeleeBashAttackMult
  81. - Get/SetMeleeBashPowerAttackMult
  82. - Get/SetMeleeSpecialAttackMult
  83. - Get/SetAllowDualWielding
  84. - Get/SetCloseRangeDuelingCircleMult
  85. - Get/SetCloseRangeDuelingFallbackMult
  86. - Get/SetCloseRangeFlankingFlankMult
  87. - Get/SetCloseRangeFlankingStalkMult
  88. - Get/SetLongRangeStrafeMult
  89. - Get/SetFlightHoverChance
  90. - Get/SetFlightDiveBombChance
  91. - Get/SetFlightFlyingAttackChance
  92.  
  93. ConstructibleObject.psc
  94. - Get/SetResult
  95. - Get/SetResultQuantity
  96. - GetNumIngredients
  97. - Get/SetNthIngredient
  98. - Get/SetNthIngredientQuantity
  99. - Get/SetWorkbenchKeyword
  100.  
  101. Enchantment.psc
  102. - GetNumEffects
  103. - GetNthEffectMagnitude
  104. - GetNthEffectArea
  105. - GetNthEffectDuration
  106. - GetNthEffectMagicEffect
  107. - GetCostliestEffectIndex
  108.  
  109. Form.psc
  110. - GetType
  111. - Get/SetName
  112. - Get/SetWeight
  113. - SetGoldValue
  114. - GetNumKeywords
  115. - GetNthKeyword
  116. - HasKeywordString
  117.  
  118. FormType.psc
  119. - properties listing Form.GetType return values. Currently unusable.
  120.  
  121. Game.psc
  122. - Get/Set/ModPerkPoints
  123. - GetModCount
  124. - GetModByName
  125. - GetModName/Author/Description
  126. - GetModDependencyCount
  127. - GetNthModDependency
  128. - SetGameSettingFloat/Int/Bool/String
  129.  
  130. HeadPart.psc
  131. - GetType
  132. - GetNumExtraParts
  133. - GetNthExtraPart
  134. - HasExtraPart
  135. - GetIndexOfExtraPart
  136. - GetValidRaces
  137. - SetValidRaces
  138.  
  139. Ingredient.psc
  140. - GetNumEffects
  141. - GetNthEffectMagnitude
  142. - GetNthEffectArea
  143. - GetNthEffectDuration
  144. - GetNthEffectMagicEffect
  145. - GetCostliestEffectIndex
  146.  
  147. Input.psc
  148. - IsKeyPressed
  149. - TapKey
  150. - HoldKey
  151. - ReleaseKey
  152. - GetNumKeysPressed
  153. - GetNthKeyPressed
  154.  
  155. Keyword.psc
  156. - GetString
  157. - GetKeyword
  158.  
  159. Math.psc
  160. - Left/RightShift
  161. - LogicalAnd/Or/Xor/Not
  162.  
  163. ObjectReference.psc
  164. - GetNumItems
  165. - GetNthForm
  166. - IsHarvested
  167. - GetTotalItemWeight
  168. - GetTotalArmorWeight
  169. - SetItemHealthPercent
  170. - GetItemMaxCharge
  171. - Get/SetItemCharge
  172.  
  173. Outfit
  174. - GetNumParts
  175. - GetNthPart
  176.  
  177. Potion.psc
  178. - IsFood
  179. - GetNumEffects
  180. - GetNthEffectMagnitude
  181. - GetNthEffectArea
  182. - GetNthEffectDuration
  183. - GetNthEffectMagicEffect
  184. - GetCostliestEffectIndex
  185.  
  186. Quest.psc
  187. - GetQuest
  188. - GetID
  189. - GetPriority
  190. - GetNumAliases
  191. - GetNthAlias
  192. - GetAliasByName
  193.  
  194. Race.psc
  195. - GetSpellCount
  196. - GetNthSpell
  197. - IsRaceFlagSet, Set/ClearRaceFlag
  198. - Various RaceFlag properties
  199. - Various alias functions for info about specific race flags
  200.  
  201. Scroll.psc
  202. - GetCastTime
  203. - GetPerk
  204. - GetNumEffects
  205. - GetNthEffectMagnitude
  206. - GetNthEffectArea
  207. - GetNthEffectDuration
  208. - GetNthEffectMagicEffect
  209. - GetCostliestEffectIndex
  210.  
  211. Shout.psc
  212. - Get/SetNthWordOfPower
  213. - Get/SetNthSpell
  214. - Get/SetNthRecoveryTime
  215.  
  216. SKSE.psc
  217. - GetVersion
  218. - GetVersionMinor
  219. - GetVersionBeta
  220. - GetVersionRelease
  221.  
  222. SoulGem.psc
  223. - GetSoulSize
  224. - GetGemSize
  225.  
  226. Spell.psc
  227. - GetCastTime
  228. - GetPerk
  229. - GetNumEffects
  230. - GetNthEffectMagnitude
  231. - GetNthEffectArea
  232. - GetNthEffectDuration
  233. - GetNthEffectMagicEffect
  234. - GetCostliestEffectIndex
  235.  
  236. StringUtl.psc
  237. - GetLength
  238. - GetNthChar
  239. - IsLetter/Digit/Punctuation/Printable
  240. - Find
  241. - Substring
  242. - AsOrd/Char
  243.  
  244. UI.psc
  245. - IsMenuOpen
  246.  
  247. Utility.psc
  248. - GetINIFloat/Int/Bool/String
  249.  
  250. Weapon.psc
  251. - Get/SetBaseDamage
  252. - Get/SetReach
  253. - Get/SetSpeed
  254. - Get/SetStagger
  255. - Get/SetWeaponType
  256. - Get/SetModelPath
  257. - Get/SetIconPath
  258. - Get/SetMessageIconPath
  259. - Get/SetCritDamage
  260. - Get/SetMin/MaxRange
  261. - IsBattleaxe/Bow/Dagger/Greatsword/Mace/Sword/Warhammer/Waraxe
  262. - Get/SetEnchantment
Add Comment
Please, Sign In to add comment