Package com.prineside.luaj.mapping.parts
Class LJ_GDX_ai.Factory_FG.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_ai.Factory_FG.LIP
- All Implemented Interfaces:
 com.badlogic.gdx.ai.utils.NonBlockingSemaphore.Factory,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
 - LJ_GDX_ai.Factory_FG
 
public static class LJ_GDX_ai.Factory_FG.LIP
extends InterfaceProxy
implements com.badlogic.gdx.ai.utils.NonBlockingSemaphore.Factory
- 
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj - 
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.ai.utils.NonBlockingSemaphorecreateSemaphore(String p1, int p2) Creates a semaphore with the specified name and resources.Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write 
- 
Method Details
- 
createSemaphore
Description copied from interface:com.badlogic.gdx.ai.utils.NonBlockingSemaphore.FactoryCreates a semaphore with the specified name and resources.- Specified by:
 createSemaphorein interfacecom.badlogic.gdx.ai.utils.NonBlockingSemaphore.Factory- Parameters:
 p1- the name of the semaphorep2- the maximum number of resource- Returns:
 - the newly created semaphore.
 
 
 -