katawful / obl.vim

Vim syntax files for TES 4: Oblivion's scripting language
GNU General Public License v3.0
2 stars 0 forks source link

Missing/deprecated function highlighting mega issue #1

Open katawful opened 3 years ago

katawful commented 3 years ago

This is the issue for missing and deprecated functions from the Vim syntax file. To add a missing function, first update this plugin and reopen your script file. If it is still missing simply add the function(s) per line by itself like so with no formatting, with a missing or deprecated header of your convenience:

## Missing
missingFunc

Don't do this for convenience:

the function missingFunc is missing
katawful commented 3 years ago

Added 2f8ce76: AdvSkill ModPCA ModPCS

Laulajatar commented 3 years ago

Missing:

SetAltControl2

Deprecated:

SetAltControl GetAltControl RefreshControlMap

katawful commented 3 years ago

Added above: 6e6e919

Laulajatar commented 3 years ago

Missing

MECodeFromChars

Laulajatar commented 3 years ago

All MagicEffect functions have an alias with ME.

Missing

AddMECounterC AddMECounter GetMEUsedObjectC GetMEBarterC MEFXPersists MEFXPersistsC GetMEUsedObjectC GetMECounters GetMECountersC RemoveNthMECounter RemoveNthMECounterC MEUsesSkill MEUsesSkillC GetMEName GetMENameC GetMEIcon GetMEIconC GetMEModel GetMEModelC SetMEName SetMENameC SetMEIcon SetMEIconC SetMEModel SetMEModelC GetMEHitShader GetMEHitShaderC GetMEEnchantShader GetMEEnchantShaderC GetMELight GetMELightC GetMECastingSound GetMECastingSoundC GetMEBoltSound GetMEBoltSoundC GetMEHitSound GetMEHitSoundC GetMEAreaSound GetMEAreaSoundC SetMECastingSound SetMECastingSoundC SetMEBoltSound SetMEBoltSoundC SetMEHitSound SetMEHitSoundC SetMEAreaSound SetMEAreaSoundC SetMELight SetMELightC SetMEUsedObject SetMEUsedObjectC SetMEHitShader SetMEHitShaderC SetMEEnchantShader SetMEEnchantShaderC SetMaagicEffectUseActorValue SetMaagicEffectUseActorValueC GetMENumCounters GetMENumCountersC GetMEResistValue GetMEResistValueC GetNthMECounter GetNthMECounterC SetMEIsHostile SetMEIsHostileC SetMECanRecover SetMECanRecoverC SetMEIsDetrimental SetMEIsDetrimentalC SetMEMagnitudePercent SetMEMagnitudePercentC SetMEOnSelfAllowed SetMEOnSelfAllowedC SetMEOnTouchAllowed SetMEOnTouchAllowedC SetMEOnTargetAllowed SetMEOnTargetAllowedC SetMENoDuration SetMENoDurationC SetMENoMagnitude SetMENoMagnitudeC SetMENoArea SetMENoAreaC SetMEFXPersists SetMEFXPersistsC SetMEForSpellmaking SetMEForSpellmakingC SetMEForEnchanting SetMEForEnchantingC SetMENoIngredient SetMENoIngredientC SetMEUsesWeapon SetMEUsesWeaponC SetMEUsesArmor SetMEUsesArmorC SetMEUsesCreature SetMEUsesCreatureC SetMEUsesSkill SetMEUsesSkillC SetMEUsesAttribute SetMEUsesAttributeC SetMEUseActorValue SetMEUseActorValueC SetMENoHitEffect SetMENoHitEffectC SetMESchool SetMESchoolC SetMEBaseCost SetMEBaseCostC SetMEResistValue SetMEResistValueC SetMEEnchantFactor SetMEEnchantFactorC SetMEBarterFactor SetMEBarterFactorC SetMEProjectileSpeed SetMEProjectileSpeedC SetMEOtherActorValue SetMEOtherActorValueC

katawful commented 3 years ago

Added the above two comments in: 5066ede957cbc5d570c9a6fe2fdfa65672e8639b

Laulajatar commented 3 years ago

Missing

GetLastSS GetLastSSItem GetLastSSCreated

Laulajatar commented 3 years ago

Missing

GetQR

katawful commented 3 years ago

Added 2 above: 3734a2c41bb3deef03a75ba4e7a5025960a6faea

katawful commented 2 years ago

Added since xOBSE 22.5:

IsMiscItem/IsMisc
SetCameraFOV2/SetFOV2
IsMajorRef
SetOwningFactionRequiredRank/SetOwningFactionRank
SetParentCellOwningFactionRequiredRank/SetCellFactionRank
GetLoadedTypeArray

katawful commented 2 years ago

Added in: f28ec927d61650f5dd6837b7105838d04d0c8bb4

DispatchEvent