Open
Description
notably Codeware.Global with > 40k lines has highlighting on some lines not others
1-8 = highlighted (8 is first addfield
call)
9 - 851 not highlighted
852 - 12,795 - highlighting
12,796 - ?? no highlighting
public native class ActionScript extends IObjectScriptBase {
native let actionFlags: Uint32;
public final native func EnableUpdate() # 852 here
public final native func GetAITime()
}
public native class entdismembermentDebris extends CResource {
native let items: array<entdismembermentDebrisResourceItem>;
}
public native struct entdismembermentDebrisResourceItem {
native let rig: ResourceRef; // rRef<animRig>
native let mesh: ResourceRef; // rRef<CMesh>
}
public native class entdismembermentEffectResource extends ISerializable { # 12,797
native let Name: CName;
native let AppearanceNames: array<CName>;
native let Offset: Transform;
native let Effect: ResourceAsyncRef; // raRef<worldEffect>
native let MatchToWoundByName: Bool;
}
Metadata
Metadata
Assignees
Labels
No labels