[IronPython] The return value (out)

Afan Olovcic afanolovcic at gmail.com
Fri Mar 25 18:56:13 PDT 2011


Hi,

Can somebody help me to solve this problem please ?

in the .NET Assembly there is C# function:
public static extern int EntityPick(out TPick pick, TEntity entity, float
range = 100, float radius = 0, int collisionType = 0, PickFilterCallback
pickfilter = null);

how to call that function in ironPython and get return value of pick

I can't find working solution

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20110326/fbb2690a/attachment.htm>


More information about the Users mailing list