<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.prime-wow.com/index.php?action=history&amp;feed=atom&amp;title=Category%3AGet_Data_Functions</id>
	<title>Category:Get Data Functions - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.prime-wow.com/index.php?action=history&amp;feed=atom&amp;title=Category%3AGet_Data_Functions"/>
	<link rel="alternate" type="text/html" href="https://wiki.prime-wow.com/index.php?title=Category:Get_Data_Functions&amp;action=history"/>
	<updated>2026-06-07T09:17:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.prime-wow.com/index.php?title=Category:Get_Data_Functions&amp;diff=7323&amp;oldid=prev</id>
		<title>Xordac: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.prime-wow.com/index.php?title=Category:Get_Data_Functions&amp;diff=7323&amp;oldid=prev"/>
		<updated>2017-10-23T23:23:19Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Get Data Function Category=&lt;br /&gt;
&lt;br /&gt;
A function that returns a value.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Functions====&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
! Name&lt;br /&gt;
! Brief Description&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[CheckPartyForItem | CheckPartyForItem ]]&lt;br /&gt;
| Check party for possession of an item.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Get2DAString | Get2DAString ]]&lt;br /&gt;
| Retrieves a string value from a *.2da file on a server.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetArea | GetArea ]]&lt;br /&gt;
| Returns the area oTarget is currently in.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetAreaFromLocation | GetAreaFromLocation ]]&lt;br /&gt;
| Returns the area that a particular location is in.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetCalendarDay | GetCalendarDay ]]&lt;br /&gt;
| Retrieves the current in-game calendar day.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetCalendarMonth | GetCalendarMonth ]]&lt;br /&gt;
| Determines the current in-game calendar month.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetCalendarYear | GetCalendarYear ]]&lt;br /&gt;
| Determine the current in-game calendar year.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetClickingObject | GetClickingObject ]]&lt;br /&gt;
| Used in the OnClick event to return the clicking object.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetCurrentAction | GetCurrentAction ]]&lt;br /&gt;
| Returns the currently executing Action.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetIsAreaAboveGround | GetIsAreaAboveGround ]]&lt;br /&gt;
| Determines whether an area is above ground or not.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetIsAreaNatural | GetIsAreaNatural ]]&lt;br /&gt;
| Returns whether an area is natural or not&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetIsDMPossessed | GetIsDMPossessed ]]&lt;br /&gt;
| Returns whether the creature is possessed by a DM&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetIsItemPropertyValid | GetIsItemPropertyValid ]]&lt;br /&gt;
| Checks if an itemproperty is valid.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetItemPropertyCostTable | GetItemPropertyCostTable ]]&lt;br /&gt;
| Returns the cost table number of the itemproperty.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetItemPropertyCostTableValue | GetItemPropertyCostTableValue ]]&lt;br /&gt;
| Returns the cost table value of an itemproperty.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetItemPropertyDurationType | GetItemPropertyDurationType ]]&lt;br /&gt;
| Gets the duration type of an itemproperty.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetItemPropertyParam1 | GetItemPropertyParam1 ]]&lt;br /&gt;
| Returns the Param1 number of the item property.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetItemPropertyParam1Value | GetItemPropertyParam1Value ]]&lt;br /&gt;
| Returns the Param1 value of the item property.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetItemPropertySubType | GetItemPropertySubType ]]&lt;br /&gt;
| Gets the subtype of an itemproperty.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetItemPropertyType | GetItemPropertyType ]]&lt;br /&gt;
| Returns the type of itemproperty a property is.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLastRestEventType | GetLastRestEventType ]]&lt;br /&gt;
| Determines the status of the last PC rest.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLastSpell | GetLastSpell ]]&lt;br /&gt;
| Determines the spell that was last cast.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLastSpellCaster | GetLastSpellCaster ]]&lt;br /&gt;
| Determines who last cast a spell.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLastTrapDetected | GetLastTrapDetected ]]&lt;br /&gt;
| Determines the trap last detected by the PC.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLocalFloat | GetLocalFloat ]]&lt;br /&gt;
| Get the value of a decimal number stored on an object.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLocalInt | GetLocalInt ]]&lt;br /&gt;
| Get the value of a whole number stored on an object.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLocalLocation | GetLocalLocation ]]&lt;br /&gt;
| Get the data describing a location stored on an object.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLocalObject | GetLocalObject ]]&lt;br /&gt;
| Get the data describing an object stored on an object.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLocalString | GetLocalString ]]&lt;br /&gt;
| Get the value of a string of characters stored on an object.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLocation | GetLocation ]]&lt;br /&gt;
| Gets the location of an object.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLocked | GetLocked ]]&lt;br /&gt;
| Check whether a given object is locked.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLockedObject | GetLockedObject ]]&lt;br /&gt;
| Finds the closest locked object up to a maximum of 10 objects away.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLockKeyRequired | GetLockKeyRequired ]]&lt;br /&gt;
| Check whether an object requires a specific key to be unlocked.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLockKeyTag | GetLockKeyTag ]]&lt;br /&gt;
| Gets the tag of the key that will open the lock on an object&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLockLockable | GetLockLockable ]]&lt;br /&gt;
| Check whether or not an object is lockable.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLockLockDC | GetLockLockDC ]]&lt;br /&gt;
| Find a lock&amp;#039;s lock DC.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetLockUnlockDC | GetLockUnlockDC ]]&lt;br /&gt;
| Find a lock&amp;#039;s unlock DC.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetNearestCreatureToLocation | GetNearestCreatureToLocation ]]&lt;br /&gt;
| Gets the nearest creature, which matches supplied criteria, to a given location.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetNearestPC | GetNearestPC ]]&lt;br /&gt;
| Determines the nearest PC to a creature.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetNearestSeenOrHeardEnemy | GetNearestSeenOrHeardEnemy ]]&lt;br /&gt;
| Determines closest visual creature and determines the closest heard creature.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetNumberOfMeleeAttackers | GetNumberOfMeleeAttackers ]]&lt;br /&gt;
| Determines the number of enemies within a 5 meter radius of the target object.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetNumberOfRangedAttackers | GetNumberOfRangedAttackers ]]&lt;br /&gt;
| Determines the number of enemies outside a 5 meter radius of the target object.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetPhenoType | GetPhenoType ]]&lt;br /&gt;
| Returns the creature&amp;#039;s currently set PhenoType (body type).&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetSkinFloat | GetSkinFloat ]]&lt;br /&gt;
| Retrieves a persistent floating point variable from a creature&amp;#039;s skin item.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetSkinInt | GetSkinInt ]]&lt;br /&gt;
| Retrieves a persistent integer variable from a creature&amp;#039;s skin item.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetSkinString | GetSkinString ]]&lt;br /&gt;
| Retrieves a persistent string variable from a creature&amp;#039;s skin item.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetWaypointByTag | GetWaypointByTag ]]&lt;br /&gt;
| Get the first waypoint with a specified tag.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[GetWeather | GetWeather ]]&lt;br /&gt;
| Gets the current weather conditions for a given area&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[Global | Global ]]&lt;br /&gt;
| Returns an object stored locally on the calling object that holds quest related state information.&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[IPGetIPWorkContainer | IPGetIPWorkContainer ]]&lt;br /&gt;
| Returns the container used for item property and appearance modifications in the module&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[LineOfSightObject | LineOfSightObject ]]&lt;br /&gt;
| Is there a line of sight between two objects&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
[[LineOfSightVector | LineOfSightVector ]]&lt;br /&gt;
| Returns whether there&amp;#039;s a direct line between two positions&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;font color=&amp;quot;gray&amp;quot;&amp;gt;author: NWN Lexicon Group, editor: Mistress, contributor: Axe Murderer&amp;lt;/font&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;  &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Category:Functions]]&lt;br /&gt;
[[Category:Function_Categories]]&lt;/div&gt;</summary>
		<author><name>Xordac</name></author>
	</entry>
</feed>