Package com.prineside.luaj.mapping.parts
Class LJ_GDX_ai.Graph_CB.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.Graph_CB.LIP
- All Implemented Interfaces:
com.badlogic.gdx.ai.pfa.Graph
,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
- LJ_GDX_ai.Graph_CB
public static class LJ_GDX_ai.Graph_CB.LIP
extends InterfaceProxy
implements com.badlogic.gdx.ai.pfa.Graph
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj
-
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.utils.Array
getConnections
(Object p1) Returns the connections outgoing from the given node.Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
getConnections
Description copied from interface:com.badlogic.gdx.ai.pfa.Graph
Returns the connections outgoing from the given node.- Specified by:
getConnections
in interfacecom.badlogic.gdx.ai.pfa.Graph
- Parameters:
p1
- the node whose outgoing connections will be returned- Returns:
- the array of connections outgoing from the given node.
-