[Pogamut-list] How to undisplay sensor rays?
rudolf.kadlec
pogamut-forum at artemis.ms.mff.cuni.cz
Tue Jan 20 08:14:32 CET 2009
Re: How to undisplay sensor rays?
Author: rudolf.kadlec
It seems to be quite combersome right now. Visibility of tracelines can be set only from method UTServer.botDrawTraceLines(String botUnrealId, boolean visible);
This means that you will have to create separate program that will connect to the running ucc server and unset the traces visibility for all connected players.
for(Player player : server.getPlayers()) {
server.botDrawTraceLines(player.UnrealID, false);
}
R
More information about the Pogamut-list
mailing list