Difference between revisions of "GetBookCantBeTaken"
Jump to navigation
Jump to search
imported>WereWolf (New page: A command for Oblivion Script Extender Returns 1 if the book cannot be taken. '''Syntax:''' (cantBeTaken:bool) ''reference.''GetBookCantBeTaken ''...) |
imported>DragoonWraith (not a record variable function) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | ||
'''Syntax:''' | '''Syntax:''' | ||
(cantBeTaken:bool) ''reference.''GetBookCantBeTaken ''objectID:ref'' | (cantBeTaken:bool) ''reference.''GetBookCantBeTaken ''objectID:ref'' | ||
Returns 1 if the book cannot be taken. | |||
==See Also== | ==See Also== | ||
Line 13: | Line 13: | ||
[[Category: Inventory Functions]] | [[Category: Inventory Functions]] | ||
[[Category: Inventory Functions (OBSE)]] | [[Category: Inventory Functions (OBSE)]] | ||
Latest revision as of 18:02, 21 March 2008
A command for Oblivion Script Extender
Syntax:
(cantBeTaken:bool) reference.GetBookCantBeTaken objectID:ref
Returns 1 if the book cannot be taken.