Change NetCon Source
Posted: Thu Sep 24, 2015 5:41 am
Hello,
If I created a NetCone using this code:
can I (after already creating the nc) change the source from nil to something else,
I know that there is a command
nc.setpost(?) - that change the target of the NetCon,
but I did not find a command that change the source of the NetCon.
Thanks.
If I created a NetCone using this code:
Code: Select all
objref nc
nc = New NetCon( nil, postCell)
I know that there is a command
nc.setpost(?) - that change the target of the NetCon,
but I did not find a command that change the source of the NetCon.
Thanks.