This HTML5 document contains 18 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n9http://dbkwik.webdatacommons.org/ontology/
dctermshttp://purl.org/dc/terms/
n12http://dbkwik.webdatacommons.org/resource/e4fy3tv_gaCZ1sJN0GB_KA==
n16http://dbkwik.webdatacommons.org/resource/yCuYdB83ySG6Vgqb4NnqwQ==
n13http://dbkwik.webdatacommons.org/resource/Bt61CP6s9Ax8UMsjhTQqbA==
n5http://dbkwik.webdatacommons.org/resource/OepcSLv2Z1UOi10zHWsktA==
n14http://dbkwik.webdatacommons.org/resource/AGwLdS5gA0__M2ZrO1vzzg==
n15http://dbkwik.webdatacommons.org/nwn/property/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n2http://dbkwik.webdatacommons.org/resource/VjD5QFRRlFpZYui0gLzRuw==
n17http://dbkwik.webdatacommons.org/resource/sVGUQSABoWO-EfYY-AvNZw==
n8http://dbkwik.webdatacommons.org/resource/rH7_TYhEhtftFlO_qYxSiw==
n11http://dbkwik.webdatacommons.org/nwn2/property/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n19http://dbkwik.webdatacommons.org/resource/FWqUVyLJrW1oYSINJl-T6A==
n6http://dbkwik.webdatacommons.org/resource/k7NZGk4u-N6p1GBUwFgjMQ==
xsdhhttp://www.w3.org/2001/XMLSchema#
n18http://dbkwik.webdatacommons.org/resource/0XirdsH8lZmPMLdG-NYX9Q==
n7http://dbkwik.webdatacommons.org/resource/m5268hoCy0FopVdhvAYd7w==
n10http://dbkwik.webdatacommons.org/resource/lWD-0HAFIzgPWjaqBR5dNQ==
Subject Item
n2:
rdfs:label
GetFirstEffect
rdfs:comment
function GetFirstEffect (object oCreature) Get the first in-game effect on oCreature. * Return type: effect * Include file: nwscriptdefn The GetFirstEffect() and GetNextEffect() NWScript commands iterate through all effects on the specified object. This can be useful both for determining if a creature is under the effect of a particular type of effect and for locating an effect that should be removed. As with the other GetFirst*() and GetNext*() pairs of commands, GetFirstEffect() is used to initialize the iterator while GetNextEffect() moves the iterator to the next item.
dcterms:subject
n5: n8: n17:
n11:wikiPageUsesTemplate
n12: n14: n18:
n6:
effect n13:
n7:
GetNextEffect GetFirstEffect
n19:
object oCreature
n10:
The object whose effects will be examined.
n15:wikiPageUsesTemplate
n16:
n9:abstract
The GetFirstEffect() and GetNextEffect() NWScript commands iterate through all effects on the specified object. This can be useful both for determining if a creature is under the effect of a particular type of effect and for locating an effect that should be removed. As with the other GetFirst*() and GetNext*() pairs of commands, GetFirstEffect() is used to initialize the iterator while GetNextEffect() moves the iterator to the next item. function GetFirstEffect (object oCreature) Get the first in-game effect on oCreature. * Return type: effect * Include file: nwscriptdefn