require
require( string name )
Description
First tries to load a binary module with the given name, if unsuccessful, it tries to load a Lua module with the given name.
This function will try to load local client file if
sv_allowcslua
is set to 1
Binary modules can't be installed as part of an addon and have to be put directly into
garrysmod/lua/bin/
to be detected.
This is a safety measure, because modules can be malicious and harm the system.Arguments
Page views: 26,760
Updated: A Long Time Ago
Updated: A Long Time Ago