GetDrawListRef¶
Description¶
Gets a pointer to the entity in the given draw group at the given position.
Parameters¶
drawGroup
-
The draw group to look for the entity in.
listPos
-
The position in
drawGroup
to retrieve the entity of.
Return Value¶
Returns a pointer to the the entity for the drawGroup
entry in listPos
. The return value will be NULL
if the entry doesn't exist.