Game Logic: LibList

LibList()
  • Returns a list of the names of the loaded Libraries.

Return Type:

  • string list [ libraries ]
Sample Code

################## get a list of the loaded Libraries
  

# import bge
import bge
  
# get a list of the loaded Libraries
libraryList = bge.logic.LibList()