Index
Constants
Name Description
Types Defines types that may be used in several contexts, e.g. when declaring Script properties and when specifying the type of a Global Variable.
Constants (Skyrim)
Name Description
Animations Defines types of animations.
BodyNodes Defines body nodes.
PotionTypes Defines Potion types.
ProjectileTypes Defines Projectile types.
Resistances Defines resistances.
Skills Defines skills.
SoundLevels Defines the sound levels in regard to detection.
WeaponTypes Defines Weapon types.
WeatherSoundTypes Defines the types of weather sounds.
Fields
Name Description
Color Represents a color definition.
TimeColor Represents a color at a certain point in time.
TimeFloat Represents a floating point value at a certain point in time.
Fields (Skyrim)
Name Description
Condition Represents a function with parameters, operand, operator used to compare the result of the function with the specified operand and information on which object the function will be run.
ConditionCollection Represents a collection of Conditions.
Effect Represents a custom effect based on a Magic Effect.
EffectCollection Represents a collection of Effects that can be used to specify effects of items such as Potions or Scrolls.
Material Represents a material used by a Constructible Object form.
MaterialCollection Represents a collection of Materials.
ObjectBounds Specifies the dimensions of an object.
Script Represents a Papyrus script with parameters.
ScriptCollection Represents a collection of Scripts attached to an object.
WeatherAlphaQuad Represents a set of alpha channel for each of the four parts of the day: sunrise, day, sunset and night.
WeatherCloudLayer Represents one of the 32 layers of clouds.
WeatherColorQuad Represents a set of weather colors for each of the four parts of the day: sunrise, day, sunset and night.
WeatherFresnelQuad Represents a set of weather fresnel power for each of the four parts of the day: sunrise, day, sunset and night.
WeatherSound Represents a weather sound of certain type.
WeatherSoundCollection Represents a collection of WeatherSounds.
Forms
Name Description
Form Represents a form the type of which is either unknown, unsupported or unresolved. To convert an unknown form to a specific form use the appropriate extension method. Properties and methods provided by this class are available to all forms.
FormCollection Represents a collection of forms. A collection may contain mixed form types or only forms of a specific type. To filter and convert a mixed collection to a specific form collection use the appropriate extension method.
Forms (Skyrim)
Name Description
Alch Represents a Potion form.
Ammo Represents an Ammo form.
Armo Represents an Armor form.
Cobj Represents a Constructible Object form.
Coll Represents a Collision Layer form. This form is a work in progress.
Ench Represents an Enchantment form. This form is a work in progress.
Equp Represents am Equip Type form. This form is a work in progress.
Expl Represents an Explosion form. This form is a work in progress.
Flst Represents a Form List form.
Glob Represents a Global Variable form.
Gmst Represents a Game Setting form.
Imad Represents an Image Space Adapter form.
Imgs Represents an Image Space form.
Ipds Represents an Impact Data Set form. This form is a work in progress.
Kywd Represents a Keyword form.
Ligh Represents a Light form. This form is a work in progress.
Matt Represents a Material form. This form is a work in progress.
Mgef Represents a Magic Effect form. This form is a work in progress.
Proj Represents a Projectile form.
Race Represents a Race form. This form is a work in progress.
Rfct Represents a Visual Effect form. This form is a work in progress.
Sndr Represents a Sound Reference form. This form is a work in progress.
Spel Represents a Spell form. This form is a work in progress.
Spgd Represents a Shader Particle Geometry form. This form is a work in progress.
Stat Represents a Static form. This form is a work in progress.
Txst Represents a Texture Set form. This form is a work in progress.
Weap Represents a Weapon form.
Wthr Represents a Weather form.
Helpers
Name Description
Debug Provides methods that may assist during development and troubleshooting.
Forms Provides methods that can be used to look up and retrieve any available forms.
Math Provides useful mathematical functions.
Helpers (Skyrim)
Name Description
Engine Provides methods that allow new objects be created.
Functions Provides methods that can be used to create new Condition based on Papyrus functions. Conditions created with these methods can be added to a ConditionCollection.