add_function


Description:

public void add_function (uint scope, string name, SExpFunc func)

Adds a function symbol which can not perform short evaluation.

Use add_ifunction for functions which can.

Parameters:

this

a SExp

scope

a scope

name

a function name

func

a function callback

user_data

user data for func