PathEngine home previous: iAgent::getTraverseCostDirection()next: iAgent::isMoveable()
Contents, API Reference, Interfaces, iAgent, getUserData

iAgent::getUserData()

Description

Used to retrieve a void pointer previously passed in to iAgent::setUserData().

Syntax

void* getUserData() const;

Return Value

If iAgent::setUserData() was called previously for this agent than the value set by that method.
Otherwise the default value of zero (null pointer) will be returned.
Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEnginenext: iAgent::isMoveable()