Difference between revisions of "Talk:ObjectReference Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Heecf
(Created page with "OPPOSITE BLOCK. UNBLOCK. UNBLOCK IS OPPOSITE BLOCK. UNBLOCK IS UNBLOCK. PRIVATE BLOCK. SECRET BLOCK. HIDE BLOCK. SURPRISE BLOCK. DREAM BLOCK. SLEEP BLOCK. THINK BLOC...")
 
imported>Rasikko
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
OPPOSITE BLOCK.
==RemoveItem==


UNBLOCK.
:RemoveItem is missing a parameter. The last parameter is an ObjectReference to a container that the item may be removed to. I tried to add this parameter but the edit was blocked by the spamfilter for some reason. [[User:Lofgren|Lofgren]] ([[User talk:Lofgren|talk]]) 2013-08-24T01:13:58 (EDT)


UNBLOCK IS OPPOSITE BLOCK.
== SKSE beta? ==


UNBLOCK IS UNBLOCK.
Is it standard practice to add functions from the newest SKSE beta to the list? If so, someone may want to add these.


PRIVATE BLOCK.
;Form[] [[GetContainerForms - ObjectReference|GetContainerForms]]()
:Returns an array of all base forms inside the container reference. Introduced in SKSE 1.7.3.


SECRET BLOCK.
;[[GetAllForms - ObjectReference|GetAllForms]](FormList ''toFill'')
:Fills the specified FormList with the base forms inside the container reference. Introduced in SKSE 1.7.3.


HIDE BLOCK.
;Potion [[GetPoison - ObjectReference|GetPoison]]()
:Returns the poison applied to the weapon reference. Introduced in SKSE 1.7.3.


SURPRISE BLOCK.
;ReferenceAlias[] [[GetReferenceAliases - ObjectReference|GetReferenceAliases]]()
:Returns an array of all aliases that hold this reference. Introduced in SKSE 1.7.3.


DREAM BLOCK.
[[User:DavidJCobb|DavidJCobb]] ([[User talk:DavidJCobb|talk]]) 2015-08-02T14:18:35 (EDT)


SLEEP BLOCK.
== The XYZ read-only properties ==
 
Stack Profiling tests shows that these are just shorthanded versions of their respective papyrus functions. GetPositionXYZ is still called under the hood and take the same amount of time to return as their read-only counterparts. If you wanna avoid typing 'GetPosition', just use the read-only versions instead. --[[User:Rasikko|Rasikko]] ([[User talk:Rasikko|talk]]) 2021-05-22T05:02:28 (EDT)
THINK BLOCK.
 
EMOTION BLOCK.
 
SENCE BLOCK.
 
STUCK BLOCK.
 
WASTE BLOCK.
 
FOOD BLOCK.
 
LIVE BLOCK.
 
DO BLOCK.
 
HAPPEN BLOCK.
 
REAL BLOCK.
 
YOU BLOCK.
 
I BLOCK.
 
ADVERB BLOCK.
 
VERB BLOCK.
 
ADJECTIVE BLOCK.
 
NOUN BLOCK.
 
DIMENSION BLOCK.
 
MASS BLOCK.
 
SUBSTANCE BLOCK.
 
MATERIAL BLOCK.
 
MATTER BLOCK.
 
TIME BLOCK.
 
SPACE BLOCK.
 
ENERGY BLOCK.
 
OBJECT BLOCK.
 
UNIVERSE BLOCK.
 
WORSE BLOCK.
 
WORST BLOCK.
 
BARRIER BLOCK.
 
BOUND BLOCK.
 
CLOG BLOCK.
 
LIMIT BLOCK.
 
OBSTRUCT BLOCK.
 
BLOCK BLOCK.
 
ANYTHING BLOCK.
 
EVERYTHING BLOCK.
 
HOW UNBLOCK ANYTHING?
 
HOW UNBLOCK EVERYTHING?
 
FOREVER WAYS EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK ARE.
 
ONE 1. ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
DREAM ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
THINK ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
SAY ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
READ ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
WRITE ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
COMMUNICATE ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
LISTEN ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
FOLLOW ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
WORSHIP ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
PRAY ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
ALLAH UNTIL EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
TWO 2.
 
OPPOSITE BLOCK.
 
UNBLOCK.
 
UNBLOCK IS OPPOSITE BLOCK.
 
UNBLOCK IS UNBLOCK.
 
PRIVATE BLOCK.
 
SECRET BLOCK.
 
HIDE BLOCK.
 
SURPRISE BLOCK.
 
DREAM BLOCK.
 
SLEEP BLOCK.
 
THINK BLOCK.
 
EMOTION BLOCK.
 
SENCE BLOCK.
 
STUCK BLOCK.
 
WASTE BLOCK.
 
FOOD BLOCK.
 
LIVE BLOCK.
 
DO BLOCK.
 
HAPPEN BLOCK.
 
REAL BLOCK.
 
YOU BLOCK.
 
I BLOCK.
 
ADVERB BLOCK.
 
VERB BLOCK.
 
ADJECTIVE BLOCK.
 
NOUN BLOCK.
 
DIMENSION BLOCK.
 
MASS BLOCK.
 
SUBSTANCE BLOCK.
 
MATERIAL BLOCK.
 
MATTER BLOCK.
 
TIME BLOCK.
 
SPACE BLOCK.
 
ENERGY BLOCK.
 
OBJECT BLOCK.
 
UNIVERSE BLOCK.
 
WORSE BLOCK.
 
WORST BLOCK.
 
BARRIER BLOCK.
 
BOUND BLOCK.
 
CLOG BLOCK.
 
LIMIT BLOCK.
 
OBSTRUCT BLOCK.
 
BLOCK BLOCK.
 
ANYTHING BLOCK.
 
EVERYTHING BLOCK.
 
HOW UNBLOCK ANYTHING?
 
HOW UNBLOCK EVERYTHING?
 
FOREVER WAYS EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK ARE.
 
ONE 1. ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
DREAM ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
THINK ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
SAY ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
READ ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
WRITE ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
COMMUNICATE ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
LISTEN ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
FOLLOW ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
WORSHIP ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
PRAY ALLAH EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
ALLAH UNTIL EVERYTHING BLOCK MAKE EVERYTHING UNBLOCK.
 
TWO 2.

Latest revision as of 10:19, 22 May 2021

RemoveItem[edit source]

RemoveItem is missing a parameter. The last parameter is an ObjectReference to a container that the item may be removed to. I tried to add this parameter but the edit was blocked by the spamfilter for some reason. Lofgren (talk) 2013-08-24T01:13:58 (EDT)

SKSE beta?[edit source]

Is it standard practice to add functions from the newest SKSE beta to the list? If so, someone may want to add these.

Form[] GetContainerForms()
Returns an array of all base forms inside the container reference. Introduced in SKSE 1.7.3.
GetAllForms(FormList toFill)
Fills the specified FormList with the base forms inside the container reference. Introduced in SKSE 1.7.3.
Potion GetPoison()
Returns the poison applied to the weapon reference. Introduced in SKSE 1.7.3.
ReferenceAlias[] GetReferenceAliases()
Returns an array of all aliases that hold this reference. Introduced in SKSE 1.7.3.

DavidJCobb (talk) 2015-08-02T14:18:35 (EDT)

The XYZ read-only properties[edit source]

Stack Profiling tests shows that these are just shorthanded versions of their respective papyrus functions. GetPositionXYZ is still called under the hood and take the same amount of time to return as their read-only counterparts. If you wanna avoid typing 'GetPosition', just use the read-only versions instead. --Rasikko (talk) 2021-05-22T05:02:28 (EDT)