Difference between revisions of "User:CraftySentinel"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>CraftySentinel
imported>CraftySentinel
Line 35: Line 35:
*'''[[AddForm - FormList|Function '''AddForm'''(Form ''apForm'')]]'''
*'''[[AddForm - FormList|Function '''AddForm'''(Form ''apForm'')]]'''
::Adds the given form to the form list.
::Adds the given form to the form list.


*'''[[Find - FormList|Int Function '''Find'''(Form ''apForm'')]]'''
*'''[[Find - FormList|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.
::Finds the specified form in the form list and returns its index or returns -1 if it's not a member.


*'''[[GetAt - FormList|Form Function '''GetAt'''(Int ''aiIndex'')]]'''
*'''[[GetAt - FormList|Form Function '''GetAt'''(Int ''aiIndex'')]]'''
::Returns the form in the list at index ''aiIndex''.
::Returns the form in the list at index ''aiIndex''.


*'''[[GetSize - FormList|Int Function '''GetSize'''()]]'''
*'''[[GetSize - FormList|Int Function '''GetSize'''()]]'''
::Returns the number of forms in the form list.
::Returns the number of forms in the form list.


*'''[[HasForm - FormList|Bool Function '''HasForm'''(Form ''akForm'')]]'''
*'''[[HasForm - FormList|Bool Function '''HasForm'''(Form ''akForm'')]]'''
::Returns whether the passed-in form is in this form list.
::Returns whether the passed-in form is in this form list.


*'''[[RemoveAddedForm - FormList|Function '''RemoveAddedForm'''(Form ''apForm'')]]'''
*'''[[RemoveAddedForm - FormList|Function '''RemoveAddedForm'''(Form ''apForm'')]]'''
::Removes the given added form from the form list.
::Removes the given added form from the form list.


*'''[[Revert - FormList|Function '''Revert'''()]]'''
*'''[[Revert - FormList|Function '''Revert'''()]]'''

Revision as of 22:25, 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.

Script Function Nav Box

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