Difference between revisions of "Complete List of Functions in NVSE"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Odessa
(Added external links)
imported>Hemingway
(Added functions up to 5.0.3 (release), source: nvse_whatsnew)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The following is a complete list of all functions registered in NVSE version 4.5.6.
The following is a complete list of all functions registered in NVSE version 5.0.3


See also: [[Complete List of Function in Fallout New Vegas]]
See also: [[Complete List of Function in Fallout New Vegas]]
Line 448: Line 448:
*[[SetScopeModelPath]]
*[[SetScopeModelPath]]
*[[EndVATScam]]
*[[EndVATScam]]
4.5.6
*[[EquipItem2]]
*[[EquipItem2]]
*[[EquipMe]]
*[[EquipMe]]
Line 461: Line 463:
*[[GetStringIniSetting]]
*[[GetStringIniSetting]]
*[[SetStringIniSetting]]
*[[SetStringIniSetting]]
4.5.7
*[[GetPerkRank]]
*[[GetAltPerkRank]]
*[[GetEquipmentBipedMask]]
*[[SetEquipmentBipedMask]]
*[[GetRefs]]
*[[GetRefsInCell]]
*[[IsPluginInstalled]] 
*[[GetPluginVersion]]
*[[GetBaseNumFactions]]
*[[GetBaseNthFaction]]
*[[GetBaseNthRank]]
*[[GetNumRanks]]
*[[GetBaseSpellListSpells]]
*[[GetBaseSpellListLevSpells]]
*[[GetBasePackages]]
*[[GetBaseFactions]]
*[[GetBaseRanks]]
*[[GetActiveFactions]]
*[[GetActiveRanks]]
*[[GetFactionRankNames]]
*[[GetFactionRankFemaleNames]]
*[[GetRaceHairs]]
*[[GetRaceEyes]]
*[[GetHeadParts]]
*[[GetLevCreatureRefs]]
*[[GetLevCharacterRefs]]
*[[GetListForms]]
*[[GenericAddForm]]
*[[GenericReplaceForm]]
*[[GenericDeleteForm]]
*[[IsPluginInstalled]]
*[[GetPluginVersion]]
*[[GenericGetForm]]
*[[Con_INV]]
*[[GetNthDefaultForm]]
*[[SetNthDefaultForm]]
*[[GetDefaultForms]]
4.6.x
*[[GetGridsToLoad]]
*[[OutputLocalMapPicturesOverride]] / OLMPOR
*[[SetOutputLocalMapPicturesGrids]] / SetOLMPGrids
*[[SetEventHandler]]
*[[RemoveEventHandler]]
*[[GetCurrentEventName]]
*[[DispatchEvent]]
*[[GetInGrid]]
*[[GetInGridInCell]]
*[[AddSpellNS]]
*[[IsLoadDoor]]
*[[GetDoorTeleportX]]
*[[GetDoorTeleportY]]
*[[GetDoorTeleportZ]]
*[[GetDoorTeleportRot]]
*[[SetDoorTeleport]]
*[[GetFlagsLow]]
*[[GetFlagsHigh]]
*[[SetFlagsLow]]
*[[SetFlagsHigh]]
*[[HasConsoleOutputFile]] / [[HasCOF]]
*[[GetConsoleOutputFile]] / [[GetCOF]]
*[[PrintF]]
*[[PrintDebugF]] / [[PrintDF]]
*[[Con_TFIK]]
*[[GetEyesFlags]]
*[[SetEyesFlags]]
*[[GetHairFlags]]
*[[SetHairFlags]]
*[[GetActorFIKStatus]] / [[GetFIK]]
*[[SetActorFIKStatus]] / [[SetFIK]]
5.0.1
*[[GenericCheckForm]]
*[[GetBit]]
*[[ar_Packed]]
5.0.2
*[[HasEffectShader]]
5.0.3
*[[GetCurrentQuestObjectiveTeleportLinks]]
*[[dSin]]
*[[dCos]]
*[[dTan]]
*[[dASin]]
*[[dACos]]
*[[dATan]]
*[[dATan2]]
*[[dSinh]]
*[[dCosh]]
*[[dTanh]]
*[[ATan2]]
*[[Sinh]]
*[[Cosh]]
*[[Tanh]]


[[Category:Functions (NVSE)]]
[[Category:Functions (NVSE)]]
[[Category:NVSE]]
[[Category:NVSE]]

Latest revision as of 07:23, 1 November 2015

The following is a complete list of all functions registered in NVSE version 5.0.3

See also: Complete List of Function in Fallout New Vegas

External Documentation[edit | edit source]

If a function is not yet documented in this wiki, consider:

Registered Functions[edit | edit source]

4.5.6

4.5.7

4.6.x

5.0.1

5.0.2

5.0.3