Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The HasNode method determines if there is a current item in the list iteration.
Syntax
bool HasNode();
Return value
HasNode returns true if there is a current item in the list iteration, and false otherwise.
Remarks
Before you call HasNode, you must initialize the list for iteration by calling StartHead or StartTail.
If this method returns true, ExtRemoteList::GetNodeOffset can be used to return the current item in the list.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | engextcpp.hpp (include Engextcpp.hpp) |