Difference between revisions of "User:CraftySentinel"
Jump to navigation
Jump to search
imported>CraftySentinel m (Re-arranged my page ;)) |
imported>CraftySentinel m (→Indented Descriptions without table formatting: Last minor re-arrange) |
||
Line 30: | Line 30: | ||
==== Indented Descriptions | ==== Definitions with Indented Descriptions==== | ||
[[AddForm - FormList|'''AddForm'''(Form ''apForm'')]] | [[AddForm - FormList|'''AddForm'''(Form ''apForm'')]] |
Revision as of 20:48, 30 October 2013
Hey, this here be my User page... It's not much to look at but hey who actually looks at peoples user pages?
I enjoy a good bit o modding started with Mount and Blade Warbands then moved onto Oblivion, X3, and now here I am contributing to this here Creation kit wiki.
Since I don't want you to leave empty handed here's a navbar of all Papyrus Script Objects enjoy:
Formatting Ideas
Original
Function AddForm(Form apForm)
- Adds the given form to the form list.
Int Function Find(Form apForm)
- Finds the specified form in the form list and returns its index or returns -1 if it's not a member.
Form Function GetAt(int aiIndex)
- Returns the form in the list at index aiIndex.
int Function GetSize()
- Returns the number of forms in the form list.
bool Function HasForm(Form akForm)
- Returns whether the passed-in form is in this form list.
Function RemoveAddedForm(Form apForm)
- Removes the given added form from the form list.
Function Revert()
- Removes all script added forms from the form list.
Definitions with Indented Descriptions
- Adds the given form to the form list.
- Finds the specified form in the form list and returns its index or returns -1 if it's not a member.
- Returns the form in the list at index aiIndex.
- Returns the number of forms in the form list.
- Returns whether the passed-in form is in this form list.
- Removes the given added form from the form list.
- Removes all script added forms from the form list.
Papyrus Script Objects |
---|
Action - Activator - ActiveMagicEffect - Actor - ActorBase - Alias - Ammo - Apparatus - Armor - ArmorAddon - AssociationType - Book - Cell - Class - ColorForm - CombatStyle - ConstructibleObject - Container - Debug - Door - EffectShader - Enchantment - EncounterZone - EquipSlot - Explosion - Faction - Flora - Form - FormList - Furniture - Game - GlobalVariable - Hazard - HeadPart - Idle - ImageSpaceModifier - ImpactDataSet - Ingredient - Input - Key - Keyword - LeveledActor - LeveledItem - LeveledSpell - Light - Location - LocationAlias - LocationRefType - MagicEffect - Math - Message - MiscObject - MusicType - ObjectReference - Outfit - Package - Perk - Potion - Projectile - Quest - Race - ReferenceAlias - Scene - Scroll - Shout - SKSE - SoulGem - Sound - SoundCategory - Spell - Static - StringUtil - TalkingActivator - TextureSet - Topic - TopicInfo - UI - Utility - VisualEffect - VoiceType - Weapon - Weather - WordOfPower - WorldSpace |