Module: Jolt::Native::CharacterFunctions

Defined in:
lib/jolt/native/character_functions.rb

Class Method Summary collapse

Class Method Details

.attach(native) ⇒ Object



8
9
10
11
12
13
# File 'lib/jolt/native/character_functions.rb', line 8

def attach(native)
  native.attach_function :JR_CharacterVirtual_Create,
                         %i[pointer pointer pointer pointer float float], :pointer
  native.attach_function :JR_CharacterVirtual_ExtendedUpdate,
                         %i[pointer float uint32 pointer], :void, blocking: true
end