API ReferenceGE Extensionstech
`license.lua`
> This Source Code Form is subject to the terms of the bCDDL, v. 1.1.
This Source Code Form is subject to the terms of the bCDDL, v. 1.1. If a copy of the bCDDL was not distributed with this file, You can obtain one at http://beamng.com/bCDDL-1.1.txt
Module variable: M
Exported Functions
M.isValid()
Line 9
Returns: stateCache
M.requestState()
Line 19
M.isAllowedInputmapPath(path)
Line 24
returns true if it makes sense to load this inputmap
Returns: string.find(path, "_beamng.tech") == nil
M.isAllowedActionsPath(path)
Line 30
returns true if it makes sense to load this inputmap
Returns: M
Internal Functions
Show internal functions
isValid()(line 9)requestState()(line 19)isAllowedInputmapPath(path)(line 24)returns true if it makes sense to load this inputmap
isAllowedActionsPath(path)(line 30)returns true if it makes sense to load this inputmap