RaylibTempUtils class
Methods
-
memcmp(MemoryPointer<RType> a, MemoryPointer<RType> b, int n)
→ int
-
-
memcpy(MemoryPointer<RType> dest, MemoryPointer<RType> src, int n)
→ void
-
-
memset(MemoryPointer<RType> ptr, int value, int size)
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
realloc(MemoryPointer<RType> oldPtr, int oldSize, int newSize)
→ MemoryPointer<RVoid>
-
-
strcmp(MemoryPointer<RType> a, MemoryPointer<RType> b)
→ int
-
-
strcpy(MemoryPointer<RType> dest, MemoryPointer<RType> src)
→ void
-
-
strlen(MemoryPointer<RType> ptr)
→ int
-
-
strncat(MemoryPointer<RType> dest, MemoryPointer<RType> src, int n)
→ void
-
-
strncpy(MemoryPointer<RType> dest, MemoryPointer<RType> src, int n)
→ void
-
-
strnlen(MemoryPointer<RType> ptr, int maxLen)
→ int
-
-
strstr(MemoryPointer<RType> haystack, MemoryPointer<RType> needle)
→ MemoryPointer<RVoid>
-
-
toString()
→ String
-
A string representation of this object.
inherited