TextFormat function

  1. @Deprecated('va_list is not supported')
MemoryPointer<RChar> TextFormat(
  1. MemoryPointer<RChar> text
)

See RaylibCoreFlatModule.TextFormat.

Implementation

@Deprecated('va_list is not supported')
MemoryPointer<RChar> TextFormat(
  MemoryPointer<RChar> text,
) => _module.TextFormat(text);