Language:
Lua     Change language:
Pastebin: 132663
Author: Anonymous
Subject: Untitled
Created: 2010-02-08 15:28:38
Download and save
Toggle line numbers
1local function execute(name, ...) 
2    local func 
3    for _, module in module:IterateModules() do 
4        func = module[name] 
5        if type(module) == "table" and func and type(func) == "function" then 
6            if func(...) then return true end 
7        end 
8    end 
9end 
Thread:
[132663] Untitled by Anonymous at 2010-02-08 15:28:38
Tip: Click the line numbers to toggle highliting on that line.

Paste followup:

Language:
Author:
Subject:


    Tabstop:     bigger biggest
Note: You can prefix a line with "@@@" to highlight it.