Difference between revisions of "User:CraftySentinel"
Jump to navigation
Jump to search
imported>CraftySentinel m (Spelling Mistake Correction) |
imported>CraftySentinel (Just testing other formats I have in mind.) |
||
Line 9: | Line 9: | ||
|[[Action Script|Action]] - [[Activator Script|Activator]] - [[ActiveMagicEffect Script|ActiveMagicEffect]] - [[Actor Script|Actor]] - [[ActorBase Script|ActorBase]] - [[Alias Script|Alias]] - [[Ammo Script|Ammo]] - [[Apparatus Script|Apparatus]] - [[Armor Script|Armor]] - [[ArmorAddon Script|ArmorAddon]] - [[AssociationType Script|AssociationType]] - [[Book Script|Book]] - [[Cell Script|Cell]] - [[Class Script|Class]] - [[ColorForm Script|ColorForm]] - [[CombatStyle Script|CombatStyle]] - [[ConstructibleObject Script|ConstructibleObject]] - [[Container Script|Container]] - [[Debug Script|Debug]] - [[Door Script|Door]] - [[EffectShader Script|EffectShader]] - [[Enchantment Script|Enchantment]] - [[EncounterZone Script|EncounterZone]] - [[EquipSlot Script|EquipSlot]] - [[Explosion Script|Explosion]] - [[Faction Script|Faction]] - [[Flora Script|Flora]] - [[Form Script|Form]] - [[FormList Script|FormList]] - [[Furniture Script|Furniture]] - [[Game Script|Game]] - [[GlobalVariable Script|GlobalVariable]] - [[Hazard Script|Hazard]] - [[HeadPart Script|HeadPart]] - [[Idle Script|Idle]] - [[ImageSpaceModifier Script|ImageSpaceModifier]] - [[ImpactDataSet Script|ImpactDataSet]] - [[Ingredient Script|Ingredient]] - [[Input Script|Input]] - [[Key Script|Key]] - [[Keyword Script|Keyword]] - [[LeveledActor Script|LeveledActor]] - [[LeveledItem Script|LeveledItem]] - [[LeveledSpell Script|LeveledSpell]] - [[Light Script|Light]] - [[Location Script|Location]] - [[LocationAlias Script|LocationAlias]] - [[LocationRefType Script|LocationRefType]] - [[MagicEffect Script|MagicEffect]] - [[Math Script|Math]] - [[Message Script|Message]] - [[MiscObject Script|MiscObject]] - [[MusicType Script|MusicType]] - [[ObjectReference Script|ObjectReference]] - [[Outfit Script|Outfit]] - [[Package Script|Package]] - [[Perk Script|Perk]] - [[Potion Script|Potion]] - [[Projectile Script|Projectile]] - [[Quest Script|Quest]] - [[Race Script|Race]] - [[ReferenceAlias Script|ReferenceAlias]] - [[Scene Script|Scene]] - [[Scroll Script|Scroll]] - [[Shout Script|Shout]] - [[SKSE Script| SKSE]] - [[SoulGem Script|SoulGem]] - [[Sound Script|Sound]] - [[SoundCategory Script|SoundCategory]] - [[Spell Script|Spell]] - [[Static Script|Static]] - [[StringUtil Script|StringUtil]] - [[TalkingActivator Script|TalkingActivator]] - [[TextureSet Script|TextureSet]] - [[Topic Script|Topic]] - [[TopicInfo Script|TopicInfo]] - [[UI Script|UI]] - [[Utility Script|Utility]] - [[VisualEffect Script|VisualEffect]] - [[VoiceType Script|VoiceType]] - [[Weapon Script|Weapon]] - [[Weather Script|Weather]] - [[WordOfPower Script|WordOfPower]] - [[WorldSpace Script|WorldSpace]] | |[[Action Script|Action]] - [[Activator Script|Activator]] - [[ActiveMagicEffect Script|ActiveMagicEffect]] - [[Actor Script|Actor]] - [[ActorBase Script|ActorBase]] - [[Alias Script|Alias]] - [[Ammo Script|Ammo]] - [[Apparatus Script|Apparatus]] - [[Armor Script|Armor]] - [[ArmorAddon Script|ArmorAddon]] - [[AssociationType Script|AssociationType]] - [[Book Script|Book]] - [[Cell Script|Cell]] - [[Class Script|Class]] - [[ColorForm Script|ColorForm]] - [[CombatStyle Script|CombatStyle]] - [[ConstructibleObject Script|ConstructibleObject]] - [[Container Script|Container]] - [[Debug Script|Debug]] - [[Door Script|Door]] - [[EffectShader Script|EffectShader]] - [[Enchantment Script|Enchantment]] - [[EncounterZone Script|EncounterZone]] - [[EquipSlot Script|EquipSlot]] - [[Explosion Script|Explosion]] - [[Faction Script|Faction]] - [[Flora Script|Flora]] - [[Form Script|Form]] - [[FormList Script|FormList]] - [[Furniture Script|Furniture]] - [[Game Script|Game]] - [[GlobalVariable Script|GlobalVariable]] - [[Hazard Script|Hazard]] - [[HeadPart Script|HeadPart]] - [[Idle Script|Idle]] - [[ImageSpaceModifier Script|ImageSpaceModifier]] - [[ImpactDataSet Script|ImpactDataSet]] - [[Ingredient Script|Ingredient]] - [[Input Script|Input]] - [[Key Script|Key]] - [[Keyword Script|Keyword]] - [[LeveledActor Script|LeveledActor]] - [[LeveledItem Script|LeveledItem]] - [[LeveledSpell Script|LeveledSpell]] - [[Light Script|Light]] - [[Location Script|Location]] - [[LocationAlias Script|LocationAlias]] - [[LocationRefType Script|LocationRefType]] - [[MagicEffect Script|MagicEffect]] - [[Math Script|Math]] - [[Message Script|Message]] - [[MiscObject Script|MiscObject]] - [[MusicType Script|MusicType]] - [[ObjectReference Script|ObjectReference]] - [[Outfit Script|Outfit]] - [[Package Script|Package]] - [[Perk Script|Perk]] - [[Potion Script|Potion]] - [[Projectile Script|Projectile]] - [[Quest Script|Quest]] - [[Race Script|Race]] - [[ReferenceAlias Script|ReferenceAlias]] - [[Scene Script|Scene]] - [[Scroll Script|Scroll]] - [[Shout Script|Shout]] - [[SKSE Script| SKSE]] - [[SoulGem Script|SoulGem]] - [[Sound Script|Sound]] - [[SoundCategory Script|SoundCategory]] - [[Spell Script|Spell]] - [[Static Script|Static]] - [[StringUtil Script|StringUtil]] - [[TalkingActivator Script|TalkingActivator]] - [[TextureSet Script|TextureSet]] - [[Topic Script|Topic]] - [[TopicInfo Script|TopicInfo]] - [[UI Script|UI]] - [[Utility Script|Utility]] - [[VisualEffect Script|VisualEffect]] - [[VoiceType Script|VoiceType]] - [[Weapon Script|Weapon]] - [[Weather Script|Weather]] - [[WordOfPower Script|WordOfPower]] - [[WorldSpace Script|WorldSpace]] | ||
|} | |} | ||
=== Formatting Ideas === | |||
==== Original ==== | |||
'''Function [[AddForm - FormList|AddForm]](Form apForm)''' | |||
*Adds the given form to the form list. | |||
'''Int Function [[Find - FormList|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 - FormList|GetAt]](int aiIndex)''' | |||
*Returns the form in the list at index ''aiIndex''. | |||
'''int Function [[GetSize - FormList|GetSize]]()''' | |||
*Returns the number of forms in the form list. | |||
'''bool Function [[HasForm - FormList|HasForm]](Form akForm)''' | |||
*Returns whether the passed-in form is in this form list. | |||
'''Function [[RemoveAddedForm - FormList|RemoveAddedForm]](Form apForm)''' | |||
*Removes the given added form from the form list. | |||
'''Function [[Revert - FormList|Revert]]()''' | |||
*Removes all script added forms from the form list. | |||
==== Current ==== | |||
{|class="wikitable" width =100% | |||
!style="text-align:left;"|Function | |||
!style="text-align:left;"|Description | |||
|- | |||
|[[AddForm - FormList|'''AddForm'''(Form ''apForm'')]] | |||
|Adds the given form to the form list. | |||
|- | |||
|[[Find - FormList|Int '''Find'''(Form ''apForm'')]] | |||
|Finds the specified form in the form list and returns its index or returns -1 if it's not a member. | |||
|- | |||
|[[GetAt - FormList|Form '''GetAt'''(Int ''aiIndex'')]] | |||
|Returns the form in the list at index ''aiIndex''. | |||
|- | |||
|[[GetSize - FormList|Int '''GetSize'''()]] | |||
|Returns the number of forms in the form list. | |||
|- | |||
|[[HasForm - FormList|Bool '''HasForm'''(Form ''akForm'')]] | |||
|Returns whether the passed-in form is in this form list. | |||
|- | |||
|[[RemoveAddedForm - FormList|'''RemoveAddedForm'''(Form ''apForm'')]] | |||
|Removes the given added form from the form list. | |||
|- | |||
|[[Revert - FormList|'''Revert'''()]] | |||
|Removes all script added forms from the form list. | |||
|- | |||
|} | |||
==== ToC colour no Border ==== | |||
{|class="toccolours" width =100% | |||
!style="text-align:left;"|Function | |||
!style="text-align:left;"|Description | |||
|- | |||
|[[AddForm - FormList|'''AddForm'''(Form ''apForm'')]] | |||
|Adds the given form to the form list. | |||
|- | |||
|[[Find - FormList|Int '''Find'''(Form ''apForm'')]] | |||
|Finds the specified form in the form list and returns its index or returns -1 if it's not a member. | |||
|- | |||
|[[GetAt - FormList|Form '''GetAt'''(Int ''aiIndex'')]] | |||
|Returns the form in the list at index ''aiIndex''. | |||
|- | |||
|[[GetSize - FormList|Int '''GetSize'''()]] | |||
|Returns the number of forms in the form list. | |||
|- | |||
|[[HasForm - FormList|Bool '''HasForm'''(Form ''akForm'')]] | |||
|Returns whether the passed-in form is in this form list. | |||
|- | |||
|[[RemoveAddedForm - FormList|'''RemoveAddedForm'''(Form ''apForm'')]] | |||
|Removes the given added form from the form list. | |||
|- | |||
|[[Revert - FormList|'''Revert'''()]] | |||
|Removes all script added forms from the form list. | |||
|- | |||
|} | |||
==== No Border ==== | |||
{|width =100% | |||
!style="text-align:left;"|Function | |||
!style="text-align:left;"|Description | |||
|- | |||
|[[AddForm - FormList|'''AddForm'''(Form ''apForm'')]] | |||
|Adds the given form to the form list. | |||
|- | |||
|[[Find - FormList|Int '''Find'''(Form ''apForm'')]] | |||
|Finds the specified form in the form list and returns its index or returns -1 if it's not a member. | |||
|- | |||
|[[GetAt - FormList|Form '''GetAt'''(Int ''aiIndex'')]] | |||
|Returns the form in the list at index ''aiIndex''. | |||
|- | |||
|[[GetSize - FormList|Int '''GetSize'''()]] | |||
|Returns the number of forms in the form list. | |||
|- | |||
|[[HasForm - FormList|Bool '''HasForm'''(Form ''akForm'')]] | |||
|Returns whether the passed-in form is in this form list. | |||
|- | |||
|[[RemoveAddedForm - FormList|'''RemoveAddedForm'''(Form ''apForm'')]] | |||
|Removes the given added form from the form list. | |||
|- | |||
|[[Revert - FormList|'''Revert'''()]] | |||
|Removes all script added forms from the form list. | |||
|- | |||
|} | |||
==== Indented Descriptions Using Table ==== | |||
{|width=100% cellpadding=5 | |||
|[[AddForm - FormList|'''AddForm'''(Form ''apForm'')]] | |||
::Adds the given form to the form list. | |||
|- | |||
|[[Find - FormList|Int '''Find'''(Form ''apForm'')]] | |||
::Finds the specified form in the form list and returns its index or returns -1 if it's not a member. | |||
|- | |||
|[[GetAt - FormList|Form '''GetAt'''(Int ''aiIndex'')]] | |||
::Returns the form in the list at index ''aiIndex''. | |||
|- | |||
|[[GetSize - FormList|Int '''GetSize'''()]] | |||
::Returns the number of forms in the form list. | |||
|- | |||
|[[HasForm - FormList|Bool '''HasForm'''(Form ''akForm'')]] | |||
::Returns whether the passed-in form is in this form list. | |||
|- | |||
|[[RemoveAddedForm - FormList|'''RemoveAddedForm'''(Form ''apForm'')]] | |||
::Removes the given added form from the form list. | |||
|- | |||
|[[Revert - FormList|'''Revert'''()]] | |||
::Removes all script added forms from the form list. | |||
|- | |||
|} | |||
==== Indented Descriptions without table formatting ==== | |||
[[AddForm - FormList|'''AddForm'''(Form ''apForm'')]] | |||
::Adds the given form to the form list. | |||
[[Find - FormList|Int '''Find'''(Form ''apForm'')]] | |||
::Finds the specified form in the form list and returns its index or returns -1 if it's not a member. | |||
[[GetAt - FormList|Form '''GetAt'''(Int ''aiIndex'')]] | |||
::Returns the form in the list at index ''aiIndex''. | |||
[[GetSize - FormList|Int '''GetSize'''()]] | |||
::Returns the number of forms in the form list. | |||
[[HasForm - FormList|Bool '''HasForm'''(Form ''akForm'')]] | |||
::Returns whether the passed-in form is in this form list. | |||
[[RemoveAddedForm - FormList|'''RemoveAddedForm'''(Form ''apForm'')]] | |||
::Removes the given added form from the form list. | |||
[[Revert - FormList|'''Revert'''()]] | |||
::Removes all script added forms from the form list. |
Revision as of 01:19, 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:
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 |
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.
Current
Function | Description |
---|---|
AddForm(Form apForm) | Adds the given form to the form list. |
Int 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 GetAt(Int aiIndex) | Returns the form in the list at index aiIndex. |
Int GetSize() | Returns the number of forms in the form list. |
Bool HasForm(Form akForm) | Returns whether the passed-in form is in this form list. |
RemoveAddedForm(Form apForm) | Removes the given added form from the form list. |
Revert() | Removes all script added forms from the form list. |
ToC colour no Border
Function | Description |
---|---|
AddForm(Form apForm) | Adds the given form to the form list. |
Int 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 GetAt(Int aiIndex) | Returns the form in the list at index aiIndex. |
Int GetSize() | Returns the number of forms in the form list. |
Bool HasForm(Form akForm) | Returns whether the passed-in form is in this form list. |
RemoveAddedForm(Form apForm) | Removes the given added form from the form list. |
Revert() | Removes all script added forms from the form list. |
No Border
Function | Description |
---|---|
AddForm(Form apForm) | Adds the given form to the form list. |
Int 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 GetAt(Int aiIndex) | Returns the form in the list at index aiIndex. |
Int GetSize() | Returns the number of forms in the form list. |
Bool HasForm(Form akForm) | Returns whether the passed-in form is in this form list. |
RemoveAddedForm(Form apForm) | Removes the given added form from the form list. |
Revert() | Removes all script added forms from the form list. |
Indented Descriptions Using Table
AddForm(Form apForm)
|
Int Find(Form apForm)
|
Form GetAt(Int aiIndex)
|
Int GetSize()
|
Bool HasForm(Form akForm)
|
RemoveAddedForm(Form apForm)
|
Revert()
|
Indented Descriptions without table formatting
- 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.