Difference between revisions of "IsPlayable2"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>CSbot
(Automated import of articles)
 
imported>Low Post
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{BotAddedPage|CSbot|DragoonWraith}}
{{Function
{{Function
  | origin = OBSE
  | origin = OBSE
  | summary = Returns whether the specified object is playable or not. If the object is of a type which cannot be flagged as playable in the editor, this function returns true.
  | summary = Returns whether the specified object is playable or not. If the object is of a type which cannot be flagged as playable in the editor, this function returns true. Use [[IsPlayable]] for a different behaviour.
  | name = IsPlayable2
  | name = IsPlayable2
  | returnVal = isPlayable
  | returnVal = isPlayable
Line 15: Line 14:
   }}
   }}
}}
}}
==See Also==
*[[SetIsPlayable]]
*[[IsPlayable]]


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (OBSE)]]
[[Category:Functions (OBSE)]]
[[Category:Functions (OBSE v0015)]]
[[Category:Functions (OBSE v0015)]]

Latest revision as of 09:30, 23 March 2011

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

A function added by the Oblivion Script Extender.

Syntax:

(isPlayable:bool) reference.IsPlayable2 objectID:ref

Returns whether the specified object is playable or not. If the object is of a type which cannot be flagged as playable in the editor, this function returns true. Use IsPlayable for a different behaviour.


See Also