Difference between revisions of "GetInWorldspace"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Pintocat
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetInWorldspace GetInWorldspace].
{{Function
|CSWikiPage = GetInWorldspace
|origin = GECK1
|summary = Returns 1 if the actor is currently in one of the exterior cells of the specified worldspace. Always returns 0 if the actor is in an interior cell.
|name = GetInWorldspace  
|returnVal = 0, 1
|returnType = int
|referenceType = [Actor]
|example = <pre>BuddyRef.GetInWorldspace</pre>
}}


==Notes==
None
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Actor_State_Functions]]
[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.1)]]

Latest revision as of 03:04, 20 January 2017

< [[::Category:Functions|Category:Functions]]

Link to TES4 Construction Set Wiki: GetInWorldspace.

A function included in the GECK version 1.1.0.36.

Description

Returns 1 if the actor is currently in one of the exterior cells of the specified worldspace. Always returns 0 if the actor is in an interior cell.

Syntax

[help]
(0, 1:int) [Actor].GetInWorldspace

Example

BuddyRef.GetInWorldspace

Notes

None