Lua:getProcessIDFromProcessName
Revision as of 23:58, 24 January 2018 by TheyCallMeTim13 (talk | contribs) (moved getProcessIDFromProcessName to Lua:getProcessIDFromProcessName)
function getProcessIDFromProcessName(processname)
Searches the processlist for the given name and if found returns the processID. Returns nil if not found
Function Parameters
Parameter | Type | Description |
---|---|---|
processname | String | The processname to find |