DML.New
From GMod Wiki
| Function | |
| Syntax |
DML.New( ) Where is this used? |
| Description: | |
| Returns a new DMLObject for parsing with DML. | |
| Returns: | DMLObject |
| Part of Library: | DML |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DML.New]DML.New [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Creates a DMLObject and parses some DML |
|---|---|
| Used on | |
| Code | local parser = DML.New(); parser:Read("<frame></frame>"); parser:Open(); |
| Output |