Difference between revisions of "Lutana"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Odessa
(Added list of functions copied from nvse.log)
imported>Gribbleshnibit8
Line 3: Line 3:
It is available via [http://www.nexusmods.com/newvegas/mods/55399/? this external link].
It is available via [http://www.nexusmods.com/newvegas/mods/55399/? this external link].


==List of Functions (Version 6)==
==List of Functions (Version 11)==
*[[GetLNVersion]]
*[[GetLNVersion]]
*[[FileExists]]
*[[FileExists]]
*[[GetTimeStamp]]
*[[GetTimeStamp]]
*[[GetController]]
*[[IsButtonPressed]]
*[[GetLeftStickX]]
*[[GetLeftStickY]]
*[[GetRightStickX]]
*[[GetRightStickY]]
*[[GetLeftTrigger]]
*[[GetRightTrigger]]
*[[GetDeadZoneX]]
*[[GetDeadZoneY]]
*[[SetDeadZoneX]]
*[[SetDeadZoneY]]
*[[GetPressedButtons]]
*[[SetVariableFloat]]
*[[GetLoadedType]]
*[[GetLoadedType]]
*[[ListToArray]]
*[[ListToArray]]
*[[SetVariableFloat]]
*[[SetVariableRef]]
*[[SetVariableRef]]
*[[GetCellRefs]]
*[[GetCombatStyle]]
*[[GetCombatStyle]]
*[[GetCellRefs]]
*[[SaveHotkeys]]
*[[SaveHotkeys]]
*[[RestoreHotkeys]]
*[[RestoreHotkeys]]
*[[HasPerkRank]]
*[[SetGlobalValue]]
*[[GetModName]]
*[[GetBipedModelList]]
*[[GetBipedModelList]]
*[[SetBipedModelList]]
*[[SetBipedModelList]]
*[[GetModName]]
*[[HasPerkRank]]
*[[SetGlobalValue]]
*[[GetSelfModIndex]]
*[[LeveledListAddForm]]
*[[LeveledListAddForm]]
*[[LeveledListRemoveForm]]
*[[LeveledListRemoveForm]]
*[[GetNumLevItems]]
*[[GetLevItemIndexByForm]]
*[[GetLevItemIndexByForm]]
*[[GetLevItemIndexByLevel]]
*[[GetLevItemIndexByLevel]]
*[[GetChanceNone]]
*[[SetChanceNone]]
*[[GetNumLevItems]]
*[[GetNthLevItem]]
*[[GetNthLevItem]]
*[[GetNthLevItemLevel]]
*[[GetNthLevItemLevel]]
Line 46: Line 30:
*[[RemoveNthLevItem]]
*[[RemoveNthLevItem]]
*[[LeveledListClear]]
*[[LeveledListClear]]
*[[GetChanceNone]]
*[[GetChanceNoneGlobal]]
*[[SetChanceNone]]
*[[DumpLevList]]
*[[DumpLevList]]
*[[GetChanceNoneGlobal]]
*[[GetController]]
*[[IsButtonPressed]]
*[[GetPressedButtons]]
*[[GetLeftStickX]]
*[[GetLeftStickY]]
*[[GetRightStickX]]
*[[GetRightStickY]]
*[[GetDeadZoneX]]
*[[GetDeadZoneY]]
*[[SetDeadZoneX]]
*[[SetDeadZoneY]]
*[[GetLeftTrigger]]
*[[GetRightTrigger]]
*[[ClearAllHotkeys]]
*[[ClearAllHotkeys]]
*[[SetPerkRank]]
*[[GetSelfModIndex]]
*[[GetFormMods]]
*[[IsFormOverridden]]
*[[GetMerchantContainer]]
*[[GetMapMarkerName]]
*[[SetMapMarkerName]]
*[[GetMapMarkerVisible]]
*[[SetMapMarkerVisible]]
*[[GetMapMarkerTravel]]
*[[SetMapMarkerTravel]]
*[[IsRadioRef]]
*[[GetRadioBroadcastType]]
*[[SetRadioBroadcastType]]
*[[GetRadioRadius]]
*[[GetRadioStatic]]
*[[SetRadioStatic]]
*[[GetRadioPosRef]]
*[[SetRadioPosRef]]
*[[LNGetAggroRadius]]
*[[LNSetAggroRadius]]
*[[Search]]
*[[GetLockedOut]]
*[[SetLockedOut]]
*[[IsMapMarker]]
*[[GetCellCoords]]
*[[GetRecipeRequiredSkill]]
*[[SetRecipeRequiredSkill]]
*[[GetRecipeRequiredSkillLevel]]
*[[SetRecipeRequiredSkillLevel]]
*[[GetRecipeInputForms]]
*[[GetRecipeInputCount]]
*[[SetRecipeInputCount]]
*[[ReplaceRecipeInputForm]]
*[[GetRecipeOutputForms]]
*[[GetRecipeOutputCount]]
*[[SetRecipeOutputCount]]
*[[ReplaceRecipeOutputForm]]
*[[SHA1File]]
*[[GetLoadedTypeArray]]
*[[GetCreatureType]]
*[[GetPasswordNote]]
*[[SetPasswordNote]]
*[[GetMapMarkerHidden]]
*[[SetMapMarkerHidden]]
*[[GetMapMarkerType]]
*[[SetMapMarkerType]]
*[[GetMapMarkerRep]]
*[[SetMapMarkerRep]]
*[[SetRadioRadius]]
*[[GetINIString]]
*[[SetINIString]]
*[[GetINIFloat]]
*[[SetINIFloat]]
*[[GetINISection]]
*[[SetINISection]]
*[[GetPerkEntryCount]]
*[[GetNthPerkEntryType]]
*[[GetNthPerkEntryFunction]]
*[[SetNthPerkEntryFunction]]
*[[GetNthPerkEntryForm]]
*[[SetNthPerkEntryForm]]
*[[GetNthPerkEntryValue1]]
*[[GetNthPerkEntryValue2]]
*[[SetNthPerkEntryValue2]]
*[[GetNthPerkEntryString]]
*[[GetRecipeCategory]]
*[[SetRecipeCategory]]
*[[GetRecipeSubcategory]]
*[[SetRecipeSubcategory]]
*[[GetFormRecipes]]
*[[GetFormRecipeOutputs]]
*[[GetStringSetting]]
*[[SetStringSetting]]
*[[GetActiveQuest]]
*[[SetLinkedRef]]
*[[SetBaseForm]]
*[[GetWorldspaceParentWorldspace]]
*[[GetArmorClass]]
*[[IsRaceInList]]
*[[GetActivatorRadioStation]]
*[[SetActivatorRadioStation]]
*[[GetActivatorPrompt]]
*[[SetActivatorPrompt]]
*[[GetActivatorWaterType]]
*[[SetActivatorWaterType]]
*[[IsParentActivateOnly]]
*[[GetTerminalLock]]
*[[GetFormFromMod]]
*[[GetINISectionNames]]


[[Category:NVSE]]
[[Category:NVSE]]

Revision as of 13:29, 24 April 2015

Lutana is a plugin for NVSE that adds a number of additional functions to the game.

It is available via this external link.

List of Functions (Version 11)