Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 291 Bytes

gcf.md

File metadata and controls

17 lines (10 loc) · 291 Bytes

task.GetCFunctionPointer

print(string.format("%x", task.GetCFunctionPointer(EntityLoad)));

Description

Gets the memory address of the given C Function

Parameters

  • cfunction: the c function [cfunction]

Return Value

Returns the memory address of the c function