Warhorse ScripBind documentation
ContentsIndexHome
PreviousUpNext
PlaceItem
Syntax
C++
virtual int PlaceItem(IFunctionHandler * pH, ScriptHandle itemId, ScriptHandle entityId, bool fromHand);
Parameters 
Description 
ScriptHandle itemId 
Identifier of item to be placed 
ScriptHandle entityId 
entity defines final position and rotation where item will be placed 
fromhand 
if true item currently held in hand will be placed otherwise item will be grabbed from inventory 

Syntax: Human.Place( itemId, entityId, fromHand) 

Places an item 

 

Copyright (c) 2012. All rights reserved.