Given an entity, finds a nested datamap property offset. This information is cached for future calls.
int FindDataMapInfo(int entity, const char[] prop, PropFieldType& type, int& num_bits, int& local_offset)
Entity index.
Property name.
Optional parameter to store the type.
Optional parameter to store the number of bits the field uses. The bit count will either be 1 (for boolean) or divisible by 8 (including 0 if unknown).
Optional parameter to store the local offset, as FindDataMapOffs() would return.
An offset, or -1 on failure.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.